App-perlbrew

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

	- Thanks to our contributors: Manuel Streuhofer, Sergey Aleynikov
	- More fixes to accomodate changes on perl5.git.perl.org

0.77
	- Released at 2016-11-12T06:42:45+0100
	- Thanks to our contributors: Dennis Kaarsemaker, Roel Harbers
	- The "uninstall" command now requires confirmation.
	- Fix bug with csh when PATH entries contain spaces
	- Accommodate git commit abbrivation changes on perl5.git.perl.org. See GH #524 https://github.com/gugod/App-perlbrew/pull/524

0.76
	- Released at 2016-06-21T23:02:44+0200
	- Start supporting cperl installation.
	- cperl releases are sourced from: https://github.com/perl11/cperl/releases
	- Deal with a regex warning when testing perlbrew with perl-5.25. See RT: https://rt.cpan.org/Ticket/Display.html?id=114871

0.75
	- Released at 2016-03-16T23:41:41+0100
	- Thanks to our contributors: Dave Cross,  Dean Hamstead,  Mark J. Reed,  Mohammed El-Afifi,
	- Add '--no-patchperl' install option for skip running patchperl.
	- Add '--destdir' install option.
	- "uninstall" command now also delete associated libs.
	- "mirror" command is removed.
	- "config" command is removed.

0.74
	- Released at 2015-11-24T20:55:02+0100
	- A big thanks for our contributers: Aristotle Pagaltzis, Dave Jacoby, Dylan Cali, John Krull, Kevin Johnson, Nathan Day, Paul Cochrane, Tudor Constantin, Yanick Champoux, tm604
	- support PERLBREW_LIB_PREFIX. https://github.com/gugod/App-perlbrew/commit/c29813cd4633683bd049964178a9ac96647986bc
	- prefer https and remove insecure download cli flags. https://github.com/gugod/App-perlbrew/commit/f49a908c1702942006de4654107edf77a48ead52
	- perlbrew now dies when switching to/use a lib that does not exist. https://github.com/gugod/App-perlbrew/issues/432
	- RHEL vendorlib fix https://github.com/gugod/App-perlbrew/issues/409
	- improvements with fish integration.
	- unbreak when running with perl 5.14 or earlier: "list" command now correctly display lib names.
	- retaining flags in upgrade-perl. https://github.com/gugod/App-perlbrew/commit/b8d466670bbfc8e214a9d3ff2e889a4860060d84
	- variour document clean up and improvements.

0.73
	- Released at 2015-02-01T09:59:45+0100
	- fixes and improvements from Manuel Streuhofer, Aristotle Pagaltzis, Sebastian Willert, David Hand, Eric Enns,
	  Peter Roberts, Thomas Sibley, Ivan Baidakou, thanks!
	- fix 'perlbrew user' for fish users https://github.com/gugod/App-perlbrew/pull/429
	- fix sub-shell for bash users https://github.com/gugod/App-perlbrew/pull/435
	- clarify the 'perlbrew use' output: https://github.com/gugod/App-perlbrew/issues/439


0.72
	- Released at 2014-10-27T21:38:19+0100
	- Fix 0.71 breakage on MacOSX when the shell is bash or zsh
	- Fix spelling mistake. by @gregoa++

0.71
	- Released at 2014-09-13T19:59:15+0200
	- Fix a few bugs of having unwanted values in PERL5LIB when switching between libs

0.70
	- Released at 2014-09-02T20:41:15+0900
	- download the fatpacked perlbrew from an http:// url.
	- protect fatpacked perlbrew from PERL5LIB, thanks to dagolden++
	- avoid several warnings, thanks to DabeDotCom++
	- making perlbrew a bit friendlier to init.d script, thanks to maxhq++ . see also https://github.com/gugod/App-perlbrew/pull/404
	- make it possible to override PERLBREWURL before invoking installers

0.69
	- Released at 2014-06-10T23:32:05+0200
	- fix 'perlbrew env' breakage by just avoiding bad local::lib versions.

0.68
	- Released at 2014-06-07T15:08:00+0200
	- disable SSL cert checks. GH #385.
	- "perlbrew download stable" works as on expects. GH #383
	- Many fish shell fixes. GH #376 #378 #379
	- make 5.21 installable. GH #396
	- various documentation fixes.

0.67
	- Released at 2013-11-20T08:40:52+0100
	- Support fish shell. Thanks to @yenzie++
	- `info` command now takes an optional module name and show information for it. Thanks to @trcjr++
	- doc/bug fixes from @mmcclimon++, @mperry2++, and markstos++

0.66
	- Released at 2013-08-03T00:22:29+0200
	- fix a bug the made download failed with curl program.

0.65
	- Released at 2013-08-01T07:19:03+0200
	- exec command: error hadndling improvements. Thanks to @vsespb.
	- install command: add "--clang" option. Thanks to @salva
	- various bug fixes. thanks to @ironcamel and @gottreu

0.64
	- Released at 2013-06-02T09:44:59+0200
	- 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.

0.63
	- Released at 2013-05-06T16:53:48+0200
	- 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

0.62
	- Released at 2013-04-07T17:43:58+0800
	- 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.

0.61
	- Fix bashrc on various OS/shell. See GH #302

0.60
	- Released at 2013-03-17T21:44:12+0100
	- Exit status handling in bash function. See ed29288ab50a15d7df86d69cfcbddf108674eb07 for more details.



( run in 1.056 second using v1.01-cache-2.11-cpan-39bf76dae61 )