summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorSawyer X <xsawyerx@cpan.org>2020-04-29 00:41:05 +0300
committerSawyer X <xsawyerx@cpan.org>2020-04-29 00:41:05 +0300
commit6be4eae6facc6f5af1e5cc7bb798aa23564dfe78 (patch)
treed445a17f079cb8294e5fb7a063d7236f38ce33ff /hints
parent3661cfe15f97cb5d3f805855cfb5bd310c3e6514 (diff)
downloadperl-6be4eae6facc6f5af1e5cc7bb798aa23564dfe78.tar.gz
Bump the perl version in various places for 5.31.12
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 d2ec4ca6e2..82ae4f2802 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.11
+# mkdir -p /opt/perl-catamount/lib/perl5/5.31.12
# 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.11
+# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.31.12
# 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