summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorSawyer X <xsawyerx@cpan.org>2021-05-04 21:03:02 +0200
committerSawyer X <xsawyerx@cpan.org>2021-05-04 21:03:02 +0200
commited4fd77f4b5e3e5c64a82a6170f866fe888d6c67 (patch)
treee51b15ae611d9bb4b26a55f683f6682fa6dd2299 /hints
parent0cafd09c4306be6a918d02a4554bc5b8a599a05a (diff)
downloadperl-ed4fd77f4b5e3e5c64a82a6170f866fe888d6c67.tar.gz
Bump perl version in various places for 5.34.0
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 d06582865d..b2615aecbe 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.33.9
+# mkdir -p /opt/perl-catamount/lib/perl5/5.34.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.33.9
+# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.34.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