8
0
Commit Graph

19 Commits

Author SHA256 Message Date
Stephan Kulow
adbcf5abf5 - 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
2013-06-04 14:45:58 +00:00
Stephan Kulow
87ebb69141 Accepting request 139465 from home:coolo:branches:openSUSE:Factory
- explict buildrequire groff for the test suite

OBS-URL: https://build.opensuse.org/request/show/139465
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-perlbrew?expand=0&rev=26
2012-10-26 15:54:19 +00:00
Stephan Kulow
6a4212f8c6 - updated to 0.42
- Improvement: die when running perlbrew (use|switch) with unknown installation name.
  - clean 'build.log' on install. ref: RT #69168.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-perlbrew?expand=0&rev=24
2012-05-25 03:30:03 +00:00
Stephan Kulow
95c8f58b77 - updated to 0.41
- Fix installation issue when the specified version is not listed in CPAN::Perl::Releases
  - Fix sub-shell invocation for 'switch' and 'use' command. This is particularly for csh users, but it should also work for bash users.
  - Make the stanalone perlbrew program smaller by using Perl::Strip
  - use CPAN::Perl::Releases to decide the location of perl tarball -- less HTTP hits
  - Prefer $PERLBREW_ROOT/bin/patchperl if it is there.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-perlbrew?expand=0&rev=22
2012-02-21 09:08:50 +00:00
Pascal Bleser
8d734224fd 0.39
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-perlbrew?expand=0&rev=18
2012-01-02 07:33:29 +00:00
Pascal Bleser
04b3661e6e 0.35
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-perlbrew?expand=0&rev=17
2011-12-17 09:37:47 +00:00
Pascal Bleser
8678320717 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-perlbrew?expand=0&rev=16
2011-11-18 23:19:34 +00:00
Pascal Bleser
840443282c 0.31
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-perlbrew?expand=0&rev=15
2011-11-03 23:42:21 +00:00
Pascal Bleser
6c308e2bc2 0.29
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-perlbrew?expand=0&rev=14
2011-09-30 07:23:31 +00:00
Pascal Bleser
ff83e24e88 0.24
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-perlbrew?expand=0&rev=13
2011-06-08 19:49:14 +00:00
Pascal Bleser
55563687cc 0.23
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-perlbrew?expand=0&rev=11
2011-06-01 21:55:32 +00:00
Pascal Bleser
fcbbc39efb 0.22
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-perlbrew?expand=0&rev=10
2011-05-26 19:49:49 +00:00
Pascal Bleser
3eb7f38610 0.21
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-perlbrew?expand=0&rev=9
2011-05-17 08:08:36 +00:00
Pascal Bleser
572eb7b452 0.20
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-perlbrew?expand=0&rev=8
2011-05-10 19:06:49 +00:00
Stephan Kulow
810e9d9d0a - 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'.
  - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-perlbrew?expand=0&rev=6
2011-04-27 19:00:04 +00:00
Stephan Kulow
38b59aff0e - 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
  * 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-perlbrew?expand=0&rev=5
2011-04-03 14:54:55 +00:00
Pascal Bleser
8bc809ea1b 0.17
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-perlbrew?expand=0&rev=4
2011-03-09 22:30:35 +00:00
Pascal Bleser
4cf80d3bbc 0.16
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-perlbrew?expand=0&rev=2
2011-02-19 15:27:06 +00:00
Stephan Kulow
4c2b8a769f - initial package 0.15
* created by cpanspec 1.78.03

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-perlbrew?expand=0&rev=1
2011-01-14 11:29:09 +00:00