summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorMax Maischein <corion@corion.net>2022-11-20 13:40:58 +0100
committerMax Maischein <corion@corion.net>2022-11-20 14:06:13 +0100
commit1b2f54796520328105d557669a55ada1c1bdb6cd (patch)
treecbe6efb3240eb0999986a6beb8b52430fcfd297e /hints
parenta3406d76cf48408f2c387ec404a2873b971e5984 (diff)
downloadperl-1b2f54796520328105d557669a55ada1c1bdb6cd.tar.gz
Bump the perl version in various places for 5.37.6
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 ea511d75aa..d5c36e84eb 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.37.6
+# mkdir -p /opt/perl-catamount/lib/perl5/5.37.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.37.6
+# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.37.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