summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@semiotic.systems>2022-05-15 16:43:23 -0400
committerRicardo Signes <rjbs@semiotic.systems>2022-05-20 13:59:11 -0400
commit910208009b8143cc03b0f5f2fe6e248ca15f7c9d (patch)
treedc9d4f891f3dd21cf34ae8135bdf5e3be7884177 /hints
parent6a2d252d067a49770d8ed8191793db65920909ed (diff)
downloadperl-910208009b8143cc03b0f5f2fe6e248ca15f7c9d.tar.gz
bump version to v5.36.0 (RC0)
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 3960846883..8c5fce6dee 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.12
+# mkdir -p /opt/perl-catamount/lib/perl5/5.36.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.35.12
+# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.36.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