aboutsummaryrefslogtreecommitdiff
path: root/Perl/export2cpan
diff options
context:
space:
mode:
Diffstat (limited to 'Perl/export2cpan')
-rwxr-xr-xPerl/export2cpan2
1 files changed, 1 insertions, 1 deletions
diff --git a/Perl/export2cpan b/Perl/export2cpan
index 41a8280..ca058f3 100755
--- a/Perl/export2cpan
+++ b/Perl/export2cpan
@@ -113,7 +113,7 @@ if (-d "$EXPORT_DIR/$VERSION_DIR") {
system("rm -rf $EXPORT_DIR/$VERSION_DIR");
}
mkdir("$EXPORT_DIR/$VERSION_DIR");
-
+system("ln -s $EXPORT_DIR/$VERSION_DIR $EXPORT_DIR/$ZINC_PREFIX");
my @files=('t', 'Zinc.xs', 'trace', 'demos', 'README', 'Zinc', 'ZincTrace');
foreach my $f (@files) {