aboutsummaryrefslogtreecommitdiff
path: root/Perl/export2cpan
diff options
context:
space:
mode:
Diffstat (limited to 'Perl/export2cpan')
-rwxr-xr-xPerl/export2cpan2
1 files changed, 2 insertions, 0 deletions
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");