From 80bca1008462ac089bb4f73248c07c311aa28c3d Mon Sep 17 00:00:00 2001 From: mertz Date: Tue, 17 May 2005 10:59:45 +0000 Subject: - corrected a dramatic bug introduce in previous version which broke the compiltation for perl-tk --- Perl/export2cpan | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Perl') diff --git a/Perl/export2cpan b/Perl/export2cpan index e0572b3..635a17c 100755 --- a/Perl/export2cpan +++ b/Perl/export2cpan @@ -158,7 +158,7 @@ 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", '^my \$VERSION *=.*;', "\$VERSION = $VERSION;"); +&filesubst ('Makefile.PL', "$EXPORT_DIR/$VERSION_DIR/Makefile.PL", '^my \$VERSION *=.*;', "my \$VERSION = $VERSION;"); system("$CP ../Copyright $EXPORT_DIR/$VERSION_DIR"); system("$CP ../generic/*.c $EXPORT_DIR/$VERSION_DIR"); -- cgit v1.1