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
|
|
|
|
|