summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorRichard Leach <richardleach@users.noreply.github.com>2021-11-21 01:30:23 +0000
committerRichard Leach <richardleach@users.noreply.github.com>2021-11-21 01:30:23 +0000
commite8a7ae4b24294cd1c95f88ce956e00b2e699de96 (patch)
tree07fe4669868b0125be2655cab9c88e3bab99f0f5 /hints
parent2fac577b7e23d1a31924032008b3260a91bff494 (diff)
downloadperl-e8a7ae4b24294cd1c95f88ce956e00b2e699de96.tar.gz
Bump the perl version in various places for 5.35.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 b092d02299..2fb7a12501 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.35.6
+# mkdir -p /opt/perl-catamount/lib/perl5/5.35.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.35.6
+# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.35.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