summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorKaren Etheridge <ether@cpan.org>2021-08-22 18:18:17 -0700
committerKaren Etheridge <ether@cpan.org>2021-08-22 19:36:04 -0700
commit3fd2ac55c6607b32006c42715c7d5ab7c262eb1c (patch)
treea326e4a6928283c5e56f1fc5b375df2b36c93f7f /hints
parent9f4cc5bf0c6e822cb1300754345bb3e5278ab29f (diff)
downloadperl-3fd2ac55c6607b32006c42715c7d5ab7c262eb1c.tar.gz
Bump the perl version in various places for 5.35.4
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 e355ef6add..a367db5c1e 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.3
+# mkdir -p /opt/perl-catamount/lib/perl5/5.35.4
# 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.3
+# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.35.4
# 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