summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorMatthew Horsfall (alh) <wolfsage@gmail.com>2014-06-20 13:04:41 -0400
committerMatthew Horsfall (alh) <wolfsage@gmail.com>2014-06-20 13:04:41 -0400
commitf6ca94fbe86ccf0aa44cbcaa60857629a7190732 (patch)
tree52bc127995693b03741f07056f7659f2ae608e2d /hints
parente1bdea9ec27b23189e3456964a31e57132ab8cda (diff)
downloadperl-f6ca94fbe86ccf0aa44cbcaa60857629a7190732.tar.gz
Bump the perl version in various places for 5.21.2
Diffstat (limited to 'hints')
-rw-r--r--hints/catamount.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/hints/catamount.sh b/hints/catamount.sh
index be901300bb..0d8f813f7e 100644
--- a/hints/catamount.sh
+++ b/hints/catamount.sh
@@ -31,11 +31,11 @@
# mkdir -p /opt/perl-catamount
# mkdir -p /opt/perl-catamount/include
# mkdir -p /opt/perl-catamount/lib
-# mkdir -p /opt/perl-catamount/lib/perl5/5.21.1
+# mkdir -p /opt/perl-catamount/lib/perl5/5.21.2
# mkdir -p /opt/perl-catamount/bin
# cp *.h /opt/perl-catamount/include
# cp libperl.a /opt/perl-catamount/lib
-# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.21.1
+# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.21.2
# cp miniperl perl run.sh cc.sh /opt/perl-catamount/lib
#
# With the headers and the libperl.a you can embed Perl to your Catamount