From ef27a3491cb3b4f1836f0c5e5460cadb488117bb Mon Sep 17 00:00:00 2001 From: mertz Date: Fri, 13 May 2005 16:22:51 +0000 Subject: - export2cpan also copies the Copyright notice - README corrected for winXP (addition of affiliation for authors / contributors) --- Perl/export2cpan | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Perl/export2cpan') diff --git a/Perl/export2cpan b/Perl/export2cpan index 830e243..cb17bd8 100755 --- a/Perl/export2cpan +++ b/Perl/export2cpan @@ -15,6 +15,7 @@ # The source files are taken from the working directory. This is # the anticipated behavior when developping/testing or making # a debian package from the rules file. +# this script has been provided by mertz @ intuilab dot com # $Id$ use strict; @@ -157,6 +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;"); +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"); -- cgit v1.1