summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorDavid Golden <xdg@xdg.me>2015-12-21 18:17:43 -0500
committerDavid Golden <xdg@xdg.me>2015-12-21 18:37:59 -0500
commit5d4cc4974c6e12ccacbb42c5a4936f5c722b9c94 (patch)
treeb412cc3d0da09175373266be3166d4214d9dd56c /hints
parent054383b68b08969d7ce97cc1030c0c06dd05d05a (diff)
downloadperl-5d4cc4974c6e12ccacbb42c5a4936f5c722b9c94.tar.gz
Bump the perl version in various places for 5.23.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 de7f1e993a..af7b7cb400 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.23.6
+# mkdir -p /opt/perl-catamount/lib/perl5/5.23.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.23.6
+# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.23.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