-
Notifications
You must be signed in to change notification settings - Fork 217
Release 0.30
Kang-min Liu edited this page Oct 13, 2011
·
1 revision
perlbrew 0.30 contain these major changes
- local::lib integration
- Skip runs of exec on aliases
- Respect -f flag when installing to replace an already installed perl.
- Redefine the default value of -q flag to be false, and define it's meaning to be "complete silent"
This is the release for YAPC::Asia 2011, featuring the local::lib integraton. Use the new command lib
to manage local::lib containers:
perlbrew lib create nobita
perlbrew lib create perl-5.12.3@shizuka
perlbrew lib list
perlbrew use perl-5.12.3@shizuka
perlbrew use perl-5.14.2@nobita
perlbrew switch perl-5.14.2@nobita
perlbrew lib delete perl-5.12.3@nobita
The usage example and documentation is available by running perlbrew lib
or perlbrew help lib
.