summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorNicolas R <atoomic@cpan.org>2019-02-20 23:11:11 -0700
committerNicolas R <atoomic@cpan.org>2019-02-20 23:27:54 -0700
commit4c9080de6bb811e815afc80837bd1f5dcfdaa08f (patch)
treeb0fc528fe1fec02afa1922fa413d8aa67e05d1d6 /hints
parent0e18d1c4bd7a390601db53f818f5eacd0f52500f (diff)
downloadperl-4c9080de6bb811e815afc80837bd1f5dcfdaa08f.tar.gz
Bump the perl version in various places for 5.29.9
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 d9ecc7426b..dbefd2daba 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.29.8
+# mkdir -p /opt/perl-catamount/lib/perl5/5.29.9
# 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.29.8
+# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.29.9
# 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