diff options
author | reneeb <info@perl-services.de> | 2020-02-21 02:03:02 +0100 |
---|---|---|
committer | reneeb <info@perl-services.de> | 2020-02-21 02:03:02 +0100 |
commit | 8afb9c5d847397a96ae3d878b1046fe8ec8e49d1 (patch) | |
tree | 13e2172964977a51d9e5e5031e34054b894246ef /hints | |
parent | 51d0b6dd4e337562bc3b560bc6b10afcc91d103f (diff) | |
download | perl-8afb9c5d847397a96ae3d878b1046fe8ec8e49d1.tar.gz |
Bump the perl version in various places for 5.31.10
Diffstat (limited to 'hints')
-rw-r--r-- | hints/catamount.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hints/catamount.sh b/hints/catamount.sh index 7d5748b647..219d422bce 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.31.9 +# mkdir -p /opt/perl-catamount/lib/perl5/5.31.10 # 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.31.9 +# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.31.10 # 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 |