8
0
Pascal Bleser
2011-09-30 07:23:31 +00:00
committed by Git OBS Bridge
parent ff83e24e88
commit 6c308e2bc2
4 changed files with 43 additions and 5 deletions

View File

@@ -1,3 +1,37 @@
-------------------------------------------------------------------
Fri Sep 30 07:17:53 UTC 2011 - pascal.bleser@opensuse.org
- update to 0.29:
* the installer now honors $TMPDIR (RT #70850)
* fixed GH #108. `perlbrew use` has a fallback for users that does not use
bash/csh -compitable shell
* deprecate the command 'perlbrew use system' simply use 'perlbrew off' or
'perlbrew switch-off' instead
* deprecate the special case of `perlbrew use /path/to/bin/perl` and
`perlbrew switch /path/to/bin/perl`
* perlbrew no longer cast magic to external perls; but there will be an
alternative
- changes from 0.28:
* fixes for cpantester
* fix 'switch' and 'use' for bash users
* the standalone `perlbrew` file is now packed with fatpacker, by running
`dev-bin/build.sh`. `perl Makefile.PL` does no trigger a re-build anymore
* update the installer to grab patchperl 0.46
- changes from 0.26:
* fix GH #119
* fix several bugs in `exec` command
* implement GH #103 - install -v shows build.log
* add -Dusedevel when installing blead perl
- changes from 0.25:
* suggest when user types wrong commands
* improvements about self-upgrade
* exit with non-zero status code when there's some sort of error
* added verification of existing alias before attempting unalias
* fix `install-cpanm` for due to a recenet github cert update
-------------------------------------------------------------------
Wed Jun 08 05:08:26 UTC 2011 - pascal.bleser@opensuse.org