-
Notifications
You must be signed in to change notification settings - Fork 216
Release 0.99
Kang-min Liu edited this page Sep 7, 2024
·
1 revision
perlbrew 0.99 was released at 2024-09-07T16:30:28+0900 with these changes:
- Thanks to our contributors: Graham Knop, Joelle Maslak, Luke Closs, jonasbn
- bashrc executes properly in bash shells with +h option set
- Allow specification of non-standard Perl location
- make-pp now requires the input to be specified with
-i
or--input
. - Tests are ported to Test2. Big thanks to Luke Closs.
- Command make-pp now expects the input to be the path of an existing executable perl program, and would not be searching through $PATH.