aboutsummaryrefslogtreecommitdiff
path: root/Perl
diff options
context:
space:
mode:
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");
}