diff options
author | Sawyer X <xsawyerx@cpan.org> | 2019-05-10 22:44:00 +0300 |
---|---|---|
committer | Sawyer X <xsawyerx@cpan.org> | 2019-05-10 22:44:00 +0300 |
commit | c9ea04646e91d0599f09fd69d0fca9598611739c (patch) | |
tree | 7accd62d455c5a6eea5dfda8f31f5c01ac5ef0e8 /hints | |
parent | 3ba8f9bb87ede0c8bf4354d0d001bd8a64413971 (diff) | |
download | perl-c9ea04646e91d0599f09fd69d0fca9598611739c.tar.gz |
Bump the perl version in various places for 5.30.0
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 477a674e29..7d70c81b10 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.29.10 +# mkdir -p /opt/perl-catamount/lib/perl5/5.30.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.29.10 +# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.30.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 |