summaryrefslogtreecommitdiff
path: root/hints/catamount.sh
diff options
context:
space:
mode:
authorSawyer X <xsawyerx@cpan.org>2018-04-20 22:57:08 +0200
committerSawyer X <xsawyerx@cpan.org>2018-04-20 23:09:53 +0200
commit999f678663d12737388c2458d58b37af627911d0 (patch)
tree4c1112b1cc8610be3fb4f1d93696314b6becb0f7 /hints/catamount.sh
parente4c43fa15fb1181519a806b3a9d3ed29026712d2 (diff)
downloadperl-999f678663d12737388c2458d58b37af627911d0.tar.gz
Fix Module::CoreList versions
Diffstat (limited to 'hints/catamount.sh')
-rw-r--r--hints/catamount.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/hints/catamount.sh b/hints/catamount.sh
index 926856cc6a..9c4c6b6cce 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.27.11
+# mkdir -p /opt/perl-catamount/lib/perl5/5.28.0
# 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.27.11
+# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.28.0
# 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