summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avar@cpan.org>2011-02-20 00:07:32 +0000
committerÆvar Arnfjörð Bjarmason <avar@cpan.org>2011-02-20 14:58:30 +0000
commit69f4eb440f8f8ed8ad22ea489fad19a92ee7f4fd (patch)
tree2ea5d60049616af2b8508bdb913b9b05d9d2b322 /hints
parent748607af9687e51f318d0d9e146009cadd29c659 (diff)
downloadperl-69f4eb440f8f8ed8ad22ea489fad19a92ee7f4fd.tar.gz
Bump the perl version in various places to 5.13.10
Done with: ./perl -Ilib Porting/bump-perl-version -s 5.13.9 5.13.10 > /tmp/scan ./perl -Ilib Porting/bump-perl-version -u < /tmp/scan And then manually editing the README.vms file to update the vmstar example.
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 6c81b0ce51..35ecf22344 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.13.9
+# mkdir -p /opt/perl-catamount/lib/perl5/5.13.10
# 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.13.9
+# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.13.10
# 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