aboutsummaryrefslogtreecommitdiff
path: root/Perl
diff options
context:
space:
mode:
authorlecoanet2004-01-26 09:18:47 +0000
committerlecoanet2004-01-26 09:18:47 +0000
commitff70da4dcbd04fabcea7ccd7f42fe69832379b16 (patch)
tree8afbbef378e37bf1fc296aa6a520ca0315a10a5e /Perl
parent13a2db222501b86b24e1599ff9f2f8e84050c69a (diff)
downloadtkzinc-ff70da4dcbd04fabcea7ccd7f42fe69832379b16.zip
tkzinc-ff70da4dcbd04fabcea7ccd7f42fe69832379b16.tar.gz
tkzinc-ff70da4dcbd04fabcea7ccd7f42fe69832379b16.tar.bz2
tkzinc-ff70da4dcbd04fabcea7ccd7f42fe69832379b16.tar.xz
* Suppressed obsolete directories trace and ZincTrace.
Diffstat (limited to 'Perl')
-rwxr-xr-xPerl/export2cpan2
1 files changed, 1 insertions, 1 deletions
diff --git a/Perl/export2cpan b/Perl/export2cpan
index 80e58b4..f40950e 100755
--- a/Perl/export2cpan
+++ b/Perl/export2cpan
@@ -123,7 +123,7 @@ if (-d "$EXPORT_DIR/$VERSION_DIR") {
mkdir("$EXPORT_DIR/$VERSION_DIR");
symlink ("$EXPORT_DIR/$VERSION_DIR", "$EXPORT_DIR/$ZINC_PREFIX");
-my @files=('t', 'Zinc.xs', 'trace', 'demos', 'README', 'Zinc', 'ZincTrace');
+my @files=('t', 'Zinc.xs', 'demos', 'README', 'Zinc');
foreach my $f (@files) {
system("cp -r $f $EXPORT_DIR/$VERSION_DIR");
}