8
0

- updated to 0.64

- The build directory is removed before a new build.
 - New command: `install-multiple`
 - `clean` command now also removes tarballs
 - `install` command has many extra convienent flags.
 - Use "http://www.cpan.org" as the default CPAN mirror instead of "http://search.cpan.org/CPAN"
 - Remove the --insecure/--no-check-certificate command bflags when invoking curl/wget.
 
 - Remove `install-ack` command.
   - Due to the new architecture of ack2, it does not make sense
     to install the standalone executable anymore. Thus it's better not
     to do the installation with perlbrew.
 - Fix the `use` and `switch` command when switching between binary incompatible perl installations. See GH #297
 
 - Fix `list-modules` under lib env. It lists all modules in the lib, and in the base.
 - Use the original grep command to prevent aliases from breaking the content of init. GH #307
 - `perlbrew alias help` is now the same as `perlbrew help alias`
 - `perlbrew exec --with ...` now preserve the order of specified names.
 
 - Fix bashrc on various OS/shell. See GH #302
 
 - Exit status handling in bash function. See ed29288ab50a15d7df86d69cfcbddf108674eb07 for more details.
 - Fix compatibility with recent local::lib version.
 - Delay the loading of server modules.
 - Fix warnings when runing `perlbrew off`

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-perlbrew?expand=0&rev=28
This commit is contained in:
Stephan Kulow
2013-06-04 14:45:58 +00:00
committed by Git OBS Bridge
parent 87ebb69141
commit adbcf5abf5
4 changed files with 45 additions and 16 deletions

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Tue Jun 4 14:38:27 UTC 2013 - coolo@suse.com
- updated to 0.64
- The build directory is removed before a new build.
- New command: `install-multiple`
- `clean` command now also removes tarballs
- `install` command has many extra convienent flags.
- Use "http://www.cpan.org" as the default CPAN mirror instead of "http://search.cpan.org/CPAN"
- Remove the --insecure/--no-check-certificate command bflags when invoking curl/wget.
- Remove `install-ack` command.
- Due to the new architecture of ack2, it does not make sense
to install the standalone executable anymore. Thus it's better not
to do the installation with perlbrew.
- Fix the `use` and `switch` command when switching between binary incompatible perl installations. See GH #297
- Fix `list-modules` under lib env. It lists all modules in the lib, and in the base.
- Use the original grep command to prevent aliases from breaking the content of init. GH #307
- `perlbrew alias help` is now the same as `perlbrew help alias`
- `perlbrew exec --with ...` now preserve the order of specified names.
- Fix bashrc on various OS/shell. See GH #302
- Exit status handling in bash function. See ed29288ab50a15d7df86d69cfcbddf108674eb07 for more details.
- Fix compatibility with recent local::lib version.
- Delay the loading of server modules.
- Fix warnings when runing `perlbrew off`
-------------------------------------------------------------------
Fri Oct 26 15:11:54 UTC 2012 - coolo@suse.com