forked from pool/perl-App-perlbrew
0.20
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-perlbrew?expand=0&rev=8
This commit is contained in:
committed by
Git OBS Bridge
parent
76d6c840b2
commit
572eb7b452
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:09b47979a56ba8db86ec1d51173cd7fbda219f563dc17019c5f3d99227ebaf93
|
||||
size 47993
|
3
App-perlbrew-0.20.tar.gz
Normal file
3
App-perlbrew-0.20.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a10bf48d3c092e6493f67c34e5ba559b0311c8fa7c70be23d5758b4d7abc0cd2
|
||||
size 49510
|
@@ -1,22 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
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`
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 27 18:57:49 UTC 2011 - coolo@opensuse.org
|
||||
|
||||
- updated to 0.19
|
||||
- Auto run 'perlbrew init' after an install (or upgrade)
|
||||
- Symlink dev versions of executables. For example,'perl5.13.11' to 'perl', 'prove5.13.11' to 'prove'.
|
||||
- Symlink dev versions of executables. For example,'perl5.13.11' to 'perl',
|
||||
'prove5.13.11' to 'prove'.
|
||||
- Automatically apply patches necessary to make older perls build again on
|
||||
modern platforms with the help of Devel::PatchPerl.
|
||||
- A command "perlbrew available" to list recently available perls to build by trcjr
|
||||
- A command "perlbrew available" to list recently available perls to build by
|
||||
trcjr
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 3 14:54:01 UTC 2011 - coolo@novell.com
|
||||
|
||||
- updated to 0.18
|
||||
* 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
|
||||
* 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
|
||||
* A simple `perlbrew clean` command to clean build dir.
|
||||
* delegate `-j` arg value to `make test_harness`. by dagolden++
|
||||
* $HOME is replaced with "~" in many messages. https://rt.cpan.org/Ticket/Display.html?id=57668
|
||||
* $HOME is replaced with "~" in many messages.
|
||||
https://rt.cpan.org/Ticket/Display.html?id=57668
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 09 22:28:17 UTC 2011 - pascal.bleser@opensuse.org
|
||||
|
@@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
Name: perl-App-perlbrew
|
||||
Version: 0.19
|
||||
Version: 0.20
|
||||
Release: 1
|
||||
License: MIT
|
||||
%define cpan_name App-perlbrew
|
||||
|
Reference in New Issue
Block a user