diff options
author | Ricardo Signes <rjbs@cpan.org> | 2015-06-01 14:16:27 -0400 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2015-06-01 14:16:27 -0400 |
commit | ba40ea5ba2e0ad87ed7510b4c3445ae1b09c19b0 (patch) | |
tree | ad0f21ba192b0ba427b06f88d11b9d41e910cc2d /hints | |
parent | 70f63a4c7dba89e8e48b44de7978faae4319e693 (diff) | |
download | perl-ba40ea5ba2e0ad87ed7510b4c3445ae1b09c19b0.tar.gz |
bump version to v5.23.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 d9b4fd9dd0..b67ea46a7a 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.22.0 +# mkdir -p /opt/perl-catamount/lib/perl5/5.23.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.22.0 +# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.23.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 |