pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-App-perlbrew



Module Name:    pkgsrc
Committed By:   abs
Date:           Sun Mar  4 14:04:31 UTC 2012

Modified Files:
        pkgsrc/devel/p5-App-perlbrew: Makefile distinfo

Log Message:
Updated devel/p5-App-perlbrew to 0.41

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.

0.40:
- 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.

0.39:
- Fix GH #179. lib naming are more consistent.
- Fix GH #171. bash users are suggestted to upgrad to this version.
- Fix GH #152.

0.38:
- fix deps

0.37:
- fix ENV mess after switching to diffirent libs multiple times
- add --sitecustomize option

0.36:
- fix test errors on freebsd that makes it uninstallable

0.35:
- fixes for cpantester failures
- requiers local::lib version 1.008

0.34:
- Fix: remove duplicated items from the output of `perlbrew list`.
- New Command: self-install.
  - This is actually renamed from an undocumented command `install-perlbrew`
  - Plus it gets documented.
- Provide aditional bash completion control helper commands.
- Documentation fixes / typo corrections.
- alter MANPATHs, see GH #173
- Allow the representation like '@lib' te mean "a lib name under current 
perl.". See GH #153

0.33:
- Remove Text::Levenshtein from the standalone executable.
- Rearrange documentation so all perlbrew command usage document can be found 
in `perldoc perlbrew`
  - In the future, App::perlbrew POD should only contain the API doc for the 
module.

0.32:
- A hotfix release: local::lib was not bundled in the previous release.

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.

0.30:
- New command: lib
  - local::lib integration is done with this command.
- New command: install-patchperl
- skip runs of 'exec' on aliases https://github.com/gugod/App-perlbrew/pull/135
- 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"

0.29:
- The installer now honors $TMPDIR (RT #70850)
- Fixd 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.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/p5-App-perlbrew/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/p5-App-perlbrew/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index