summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorreneeb <info@perl-services.de>2020-02-21 02:03:02 +0100
committerreneeb <info@perl-services.de>2020-02-21 02:03:02 +0100
commit8afb9c5d847397a96ae3d878b1046fe8ec8e49d1 (patch)
tree13e2172964977a51d9e5e5031e34054b894246ef /hints
parent51d0b6dd4e337562bc3b560bc6b10afcc91d103f (diff)
downloadperl-8afb9c5d847397a96ae3d878b1046fe8ec8e49d1.tar.gz
Bump the perl version in various places for 5.31.10
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 7d5748b647..219d422bce 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.9
+# mkdir -p /opt/perl-catamount/lib/perl5/5.31.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.31.9
+# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.31.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