2011-11-18 23:19:34 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Nov 18 23:22:41 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
- update to 0.33:
|
|
|
|
* remove Text::Levenshtein from the standalone executable
|
|
|
|
* rearrange documentation so all perlbrew command usage document can be found
|
|
|
|
in `perldoc perlbrew`
|
|
|
|
|
|
|
|
- changes from 0.32:
|
|
|
|
* hotfix release: local::lib was not bundled in the previous release
|
|
|
|
|
2011-09-30 07:23:31 +00:00
|
|
|
-------------------------------------------------------------------
|
2011-11-03 23:42:21 +00:00
|
|
|
Thu Nov 03 23:42:49 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
- update to 0.31:
|
|
|
|
* NOTICE: remove $PERLBREW_ROOT/Conf.pm if it's there, and re-run `perlbrew
|
|
|
|
mirror`
|
|
|
|
* perlbrew help system is changing. `perlbrew help <command>` now displays
|
|
|
|
brief documentation for the command
|
|
|
|
* add a global `--root` argument for all commands that can be used as a quick
|
|
|
|
alternative to set PERLBREW_ROOT env var
|
|
|
|
* avoid display paths to external/system perl in the output of `perlbrew
|
|
|
|
list`
|
|
|
|
* replace Text::Levenshtein with a minimal implementation -- the standalone
|
|
|
|
executable get to be smaller
|
|
|
|
|
|
|
|
- changes from 0.30:
|
|
|
|
* new command: lib: local::lib integration is done with this command
|
|
|
|
* new command: install-patchperl
|
|
|
|
* 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"
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2011-09-30 07:23:31 +00:00
|
|
|
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
|
|
|
|
|
2011-06-08 19:49:14 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jun 08 05:08:26 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
- update to 0.24:
|
|
|
|
* done GH#92 -- Show error messages on network errors
|
|
|
|
* fix GH#82 -- deduplicate items in PATH for the `list` command
|
|
|
|
|
2011-06-01 21:55:32 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jun 01 21:52:58 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
- update to 0.23:
|
|
|
|
* dependency fixes
|
|
|
|
* fix auto-detection of curl
|
|
|
|
* small improvement of 'exec' command. `perlbrew exec perl -v` now works.
|
|
|
|
|
2011-05-26 19:49:49 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu May 26 19:42:31 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
- update to 0.22:
|
|
|
|
* fix ccache support on Linux with bash.. GH#87
|
|
|
|
* new commands: uninstall, alias, self-upgrade
|
|
|
|
|
2011-05-17 08:08:36 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue May 17 08:07:43 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
- update to 0.21:
|
2011-05-26 19:49:49 +00:00
|
|
|
* let version numbers alone mean installation names: for example, 5.12.3 means perl-5.12.3
|
|
|
|
* fixed `perlbrew install <URL>` that might installs to a wrong path
|
|
|
|
* fix RT#68241
|
|
|
|
* improve `perlbrew list` command output
|
|
|
|
* improve `perlbrew install` command: now it takes a local .tar.gz filename
|
2011-05-17 08:08:36 +00:00
|
|
|
|
2011-05-10 19:06:49 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue May 10 19:03:10 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
- update to 0.20:
|
|
|
|
* for more detail release note, see
|
|
|
|
https://github.com/gugod/App-perlbrew/wiki/Release-0.20
|
|
|
|
* FIX: stop when user specified an invalid perl version that cannot be found
|
|
|
|
on cpan
|
|
|
|
* specialized version installation: perlbrew install perl-blead / <URL>
|
|
|
|
* FIX: `perlbrew install /path/to/git/src/dir`
|
|
|
|
|
2011-04-27 19:00:04 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Apr 27 18:57:49 UTC 2011 - coolo@opensuse.org
|
|
|
|
|
|
|
|
- updated to 0.19
|
|
|
|
- Auto run 'perlbrew init' after an install (or upgrade)
|
2011-05-10 19:06:49 +00:00
|
|
|
- Symlink dev versions of executables. For example,'perl5.13.11' to 'perl',
|
|
|
|
'prove5.13.11' to 'prove'.
|
2011-04-27 19:00:04 +00:00
|
|
|
- Automatically apply patches necessary to make older perls build again on
|
|
|
|
modern platforms with the help of Devel::PatchPerl.
|
2011-05-10 19:06:49 +00:00
|
|
|
- A command "perlbrew available" to list recently available perls to build by
|
|
|
|
trcjr
|
2011-04-27 19:00:04 +00:00
|
|
|
|
2011-04-03 14:54:55 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Apr 3 14:54:01 UTC 2011 - coolo@novell.com
|
|
|
|
|
|
|
|
- updated to 0.18
|
2011-05-10 19:06:49 +00:00
|
|
|
* Spotted and fixed by chad.a.davis++, an issue when bash set "noclobber"
|
|
|
|
option, which breaks the creation of ~/.perlbrew/init. See
|
|
|
|
https://rt.cpan.org/Ticket/Display.html?id=66518
|
2011-04-03 14:54:55 +00:00
|
|
|
* A simple `perlbrew clean` command to clean build dir.
|
|
|
|
* delegate `-j` arg value to `make test_harness`. by dagolden++
|
2011-05-10 19:06:49 +00:00
|
|
|
* $HOME is replaced with "~" in many messages.
|
|
|
|
https://rt.cpan.org/Ticket/Display.html?id=57668
|
2011-04-03 14:54:55 +00:00
|
|
|
|
2011-03-09 22:30:35 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Mar 09 22:28:17 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
- update to 0.17:
|
|
|
|
* fix "perlbrew use" to work even if we are switched to a specific version
|
|
|
|
* fix "perlbrew env" to use current version, sets PERLBREW_PERL and proper
|
|
|
|
PATH
|
|
|
|
* feature: "perlbrew use" shows current version in use
|
|
|
|
* feature: "perlbrew switch /path/to/special/perl name-of-special-perl" names
|
|
|
|
for adhoc perl's
|
|
|
|
* 'perlbrew exec' now excludes those non-brewed perl by frankcuny++ according
|
|
|
|
to the discussion here: https://github.com/gugod/App-perlbrew/pull/43
|
|
|
|
|
2011-02-19 15:27:06 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Feb 19 15:13:12 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
- update to 0.16:
|
|
|
|
* fix "perlbrew -f switch"
|
|
|
|
|
2011-01-14 11:29:09 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jan 14 11:28:29 UTC 2011 - coolo@novell.com
|
|
|
|
|
|
|
|
- initial package 0.15
|
|
|
|
* created by cpanspec 1.78.03
|
|
|
|
|