summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2019-11-20 22:52:35 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2019-11-20 22:52:35 +0000
commit84347347cc44301a0f88a62b7808257e542f8308 (patch)
tree08e711abb0c14f595b9c8d8335a1f8b8536f35b9 /hints
parent65c3f0501f7156908aa3fff93ba293d3da86c340 (diff)
downloadperl-84347347cc44301a0f88a62b7808257e542f8308.tar.gz
Bump the perl version in various places for 5.31.7
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 a42028f757..003ab2a0c8 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.6
+# mkdir -p /opt/perl-catamount/lib/perl5/5.31.7
# 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.6
+# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.31.7
# 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