summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorMatthew Horsfall <wolfsage@gmail.com>2021-09-20 16:16:11 -0400
committerMatthew Horsfall <wolfsage@gmail.com>2021-09-20 16:33:25 -0400
commit3a5b8af2b22396b93952e0d47a5d2a8b17cc8541 (patch)
tree74f43a86e1b2abcf43bc49029e4afb8779cc3492 /hints
parent74f6ed497c475000298d4e4896e9f23ff89f508d (diff)
downloadperl-3a5b8af2b22396b93952e0d47a5d2a8b17cc8541.tar.gz
Bump versions from v5.35.4 to v5.35.5
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 a367db5c1e..0d6102dc0a 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.4
+# mkdir -p /opt/perl-catamount/lib/perl5/5.35.5
# 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.4
+# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.35.5
# 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