summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorNicolas R <atoomic@cpan.org>2019-12-20 21:38:25 -0700
committerNicolas R <atoomic@cpan.org>2019-12-20 21:57:57 -0700
commitab792be3418fdae7dc11db2b111a9f86abbc033b (patch)
tree82753ac0bb437e3d4d2d9631a3e5b564a669572a /hints
parent4e6effb786a6b2dd050299c31275ddd2b44d0f57 (diff)
downloadperl-ab792be3418fdae7dc11db2b111a9f86abbc033b.tar.gz
Bump the perl version in various places for 5.31.8
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 003ab2a0c8..8649ef4e4d 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.31.7
+# mkdir -p /opt/perl-catamount/lib/perl5/5.31.8
# 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.31.7
+# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.31.8
# 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