Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit bdbb2ce

Browse files
committed
Install PostgresVersion.pm
A lamentable oversight on my part meant that when PostgresVersion.pm was added in commit 4c4eaf3 provision to install it was not added to the Makefile, so it was not installed along with the other perl modules.
1 parent 6d59a21 commit bdbb2ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/perl/Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,13 @@ install: all installdirs
2323
$(INSTALL_DATA) $(srcdir)/SimpleTee.pm '$(DESTDIR)$(pgxsdir)/$(subdir)/SimpleTee.pm'
2424
$(INSTALL_DATA) $(srcdir)/RecursiveCopy.pm '$(DESTDIR)$(pgxsdir)/$(subdir)/RecursiveCopy.pm'
2525
$(INSTALL_DATA) $(srcdir)/PostgresNode.pm '$(DESTDIR)$(pgxsdir)/$(subdir)/PostgresNode.pm'
26+
$(INSTALL_DATA) $(srcdir)/PostgresVersion.pm '$(DESTDIR)$(pgxsdir)/$(subdir)/PostgresVersion.pm'
2627

2728
uninstall:
2829
rm -f '$(DESTDIR)$(pgxsdir)/$(subdir)/TestLib.pm'
2930
rm -f '$(DESTDIR)$(pgxsdir)/$(subdir)/SimpleTee.pm'
3031
rm -f '$(DESTDIR)$(pgxsdir)/$(subdir)/RecursiveCopy.pm'
3132
rm -f '$(DESTDIR)$(pgxsdir)/$(subdir)/PostgresNode.pm'
33+
rm -f '$(DESTDIR)$(pgxsdir)/$(subdir)/PostgresVersion.pm'
3234

3335
endif

0 commit comments

Comments
 (0)