From 09e37ffea9f0871dc8396a0a10b68fd0561e1930 Mon Sep 17 00:00:00 2001 From: lecoanet Date: Mon, 16 May 2005 12:27:51 +0000 Subject: Reverted to the old method for updating the version number in Zinc.pm and Makefile.PL (using export2cpan). --- Perl/export2cpan | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Perl/export2cpan') diff --git a/Perl/export2cpan b/Perl/export2cpan index cb17bd8..61b5f2b 100755 --- a/Perl/export2cpan +++ b/Perl/export2cpan @@ -157,9 +157,9 @@ foreach my $f (@files) { # modifying the $VERSION of Zinc.pm with the correctly perl formated version scheme. &filesubst ('Zinc.pm', "$EXPORT_DIR/$VERSION_DIR/Zinc.pm", '^\$VERSION *=.*;', "\$VERSION = $VERSION;"); +&filesubst ('Makefile.PL', "$EXPORT_DIR/$VERSION_DIR/Makefile.PL", '^\$VERSION *=.*;', "\$VERSION = $VERSION;"); system("$CP ../Copyright $EXPORT_DIR/$VERSION_DIR"); -system("$CP Makefile.PL $EXPORT_DIR/$VERSION_DIR"); system("$CP ../generic/*.c $EXPORT_DIR/$VERSION_DIR"); system("$CP ../generic/*.h $EXPORT_DIR/$VERSION_DIR"); system("$CP ../win/*.c $EXPORT_DIR/$VERSION_DIR"); -- cgit v1.1