summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorMatthew Horsfall <wolfsage@gmail.com>2022-06-20 15:36:42 -0400
committerMatthew Horsfall <wolfsage@gmail.com>2022-06-20 15:37:41 -0400
commitdebac2c8a1c90bed13b17d09a45a8bf9986e04ff (patch)
treecffd163911d6c04c35a64ddbbbfdc84120e79f71 /hints
parent1b34940f3652c4cdb2b17a6ecb0c4451bbf67f19 (diff)
downloadperl-debac2c8a1c90bed13b17d09a45a8bf9986e04ff.tar.gz
Dump perl version everywhere to 5.37.2
This attempted to change sv_inline.h, but those were clearly wrong!
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 0a9634860a..9b2aaab6b7 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.1
+# mkdir -p /opt/perl-catamount/lib/perl5/5.37.2
# 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.1
+# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.37.2
# 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