aboutsummaryrefslogtreecommitdiff
path: root/Perl/export2cpan
diff options
context:
space:
mode:
authormertz2005-05-13 16:22:51 +0000
committermertz2005-05-13 16:22:51 +0000
commitef27a3491cb3b4f1836f0c5e5460cadb488117bb (patch)
tree59ea65ac7e8de8dfd8ad0bf03ecfac7736be5ab9 /Perl/export2cpan
parentd9e8ee9d6295a6383bab8469fce16ed91bb53d59 (diff)
downloadtkzinc-ef27a3491cb3b4f1836f0c5e5460cadb488117bb.zip
tkzinc-ef27a3491cb3b4f1836f0c5e5460cadb488117bb.tar.gz
tkzinc-ef27a3491cb3b4f1836f0c5e5460cadb488117bb.tar.bz2
tkzinc-ef27a3491cb3b4f1836f0c5e5460cadb488117bb.tar.xz
- export2cpan also copies the Copyright notice
- README corrected for winXP (addition of affiliation for authors / contributors)
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");