summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorSawyer X <xsawyerx@cpan.org>2020-03-21 01:11:56 +0200
committerSawyer X <xsawyerx@cpan.org>2020-03-21 01:54:39 +0200
commit0707d397b15bdd3a8058d75e1c345ee80b3c3183 (patch)
tree449027568d1a54f55d285b893f08ea91bdcb32e2 /hints
parente916e3bc03998fe04c29eac6f4601c8592cb09d7 (diff)
downloadperl-0707d397b15bdd3a8058d75e1c345ee80b3c3183.tar.gz
Bump version to 5.32.0
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 219d422bce..be3f8f6fcc 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.10
+# mkdir -p /opt/perl-catamount/lib/perl5/5.32.0
# 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.10
+# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.32.0
# 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