bump version for release
[p5sagit/local-lib.git] / lib / local / lib.pm
2013-09-12 Karen Etheridge bump version for release 1.008013
2013-09-11 Karen Etheridge minor doc tweak, requested by sjohnson, #van.pm 1.008012
2013-09-11 Karen Etheridge bump version for release
2013-09-10 Karen Etheridge RT#76661: work properly in a taintperl environment
2013-09-10 Karen Etheridge add bullets to LIMITATIONS section
2013-09-10 Karen Etheridge whitespace cleanup
2013-09-10 Karen Etheridge spelling
2013-09-10 Karen Etheridge look for fancy dashes byte-wise, rather than literally
2013-07-27 Karen Etheridge bump version for release 1.008011
2013-07-05 Karen Etheridge link to the 2011 advent article
2013-05-27 Karen Etheridge bump version for re-release, after syncing with the...
2013-05-27 David Golden Fix a split on undefined value warning
2013-05-27 Chris Nehren Remove Carp::Always, 1.8.9 1.008009
2013-02-24 Chris Nehren 1.008008. Update the Changes file, remove some hard... 1.008008
2013-02-19 Olivier Mengué Do not put arch dir in $PERL5LIB (RT#67871)
2013-02-19 Olivier Mengué Move Win32 magic out of ensure_dir_structure_for()
2013-02-19 Olivier Mengué Fix activate_paths when PERL_LOCAL_LIB_ROOT starts...
2013-02-19 Olivier Mengué Fix ~/perl5/bin missing in $PATH
2013-02-19 Chris Nehren Remove prototype causing warnings
2013-02-19 Olivier Mengué Refactor PERL_M[BM]_OPT value when --deactivate
2013-02-19 Chris Nehren rename %_env_list_value_defaults to %ENV_LIST_VALUE_DEF...
2013-02-19 Olivier Mengué Refactor environment values building
2013-02-17 Matt S Trout Changelog reversion to stable 1.008004 plus carp fix 1.008007
2013-02-17 osfameron Patch for Carp version mismatch
2011-03-22 Torsten Raudssus Fixed typo
2011-02-24 Chris Nehren And release 1.008004. 1.008004
2011-02-24 Andrew Rodland Do ensure_dir_structure_for *before* de-duping paths
2011-02-24 Chris Nehren 1.008003 with fixed stacking tests
2011-02-23 Chris Nehren release 1.008002.
2011-02-23 Andrew Rodland Add method docs for active_paths
2011-02-23 Andrew Rodland Resolve RT#64208, solving the issue of duplicate paths...
2011-02-23 Andrew Rodland Put splitting PERL_LOCAL_LIB_ROOT into its own method
2011-02-18 Andrew Rodland Add myself to CONTRIBUTORS
2011-02-18 Andrew Rodland Add documentation for --deactivate and --deactivate-all
2011-02-18 Andrew Rodland Add a --deactivate-all flag as well
2011-02-15 Andrew Rodland Add a --deactivate option to remove a l::l from the env
2011-02-15 Andrew Rodland If PERL_LOCAL_LIB_ROOT is already set, add ourselves...
2011-01-09 Chris Nehren bump files for 1.008001 release.
2011-01-05 David Golden bump version to 1.008000
2011-01-04 David Golden Refactor print_environment_vars_for()
2011-01-03 Chris Nehren add PERL_LOCAL_LIB_ROOT to get along better with CPAN.pm.
2010-12-10 Chris Nehren and bump the lib version itself
2010-12-09 Torsten Raudssus Added guess_shelltype method, fixed documentation about... 1.006009
2010-11-17 Chris Nehren and bump the version
2010-11-17 Chris Nehren Move to PERL_MB_OPT from .modulebuildrc
2010-09-07 Chris Nehren I don't know how Getty managed to miss lib/local/lib.pm.
2010-08-12 Torsten Raudssus Pumped version, documented last undocumented method...
2010-08-12 Breno G. de Oliveira documenting build_environment_vars_for()
2010-08-12 Torsten Raudssus Updated Changes, Changed methods look in documentation
2010-08-12 Breno G. de Oliveira updating contributors list
2010-08-12 Breno G. de Oliveira fixing unmatched brace on documentation
2010-08-04 Torsten Raudssus Small fix of the spaces warnings
2010-08-04 Torsten Raudssus Added information about directory with spaces
2010-08-04 Torsten Raudssus Micro documentation fixes
2010-07-13 Torsten Raudssus Added support informations to the pod in both languages
2010-06-10 Torsten Raudssus Still an idiot ;)
2010-06-10 Torsten Raudssus rm -rf podloc && cd POD2/
2010-06-10 Torsten Raudssus Updated Changes and version
2010-06-09 Torsten Raudssus Fixed the L<> links in the pod
2010-06-09 Torsten Raudssus Added german translation
2010-06-09 Torsten Raudssus Updated Changesfile
2010-05-26 Matt S Trout doc patch for win32 from run4flat
2010-05-19 Brian Phillips reverse the perl/arch paths in PERL5LIB
2010-03-31 matthewt doc cleanup
2010-03-31 matthewt delete broken --self-contained flag from core
2010-03-15 apeiron better error message per sheriff/moses and sane first...
2010-03-11 apeiron commit fixes that went into 1.005001
2010-03-10 apeiron duh, apeiron--, dunno how I missed that
2010-03-09 apeiron typo fix in the POD thanks to poisonbit
2010-02-20 apeiron remove spurious quotes
2010-02-19 apeiron Fix misplaced apostrophe
2010-02-18 apeiron Warnings for missing PATH/PERL5LIB (as when not running...
2010-02-14 apeiron Beginning of better docs for --self-contained courtesy...
2010-02-14 apeiron I apparently never actually committed these files. o_O
2009-10-28 t0m Fix warning from undef PERL5LIB
2009-10-16 t0m Revert 7790:7788, fix File::HomeDir instead.
2009-10-16 t0m Simpler. Technically less correct, but who cares.
2009-10-16 t0m Use CPAN::Version for version comparison if available...
2009-10-14 apeiron Add explicit licensing info and bump the version for...
2009-10-14 apeiron Add details about sourcing the shell config file after...
2009-09-05 apeiron Make The bootstrapping technique a =head2 for easy...
2009-09-03 apeiron Doc changes thanks to kurisuto@irc.perl.org/#catalyst.
2009-09-02 t0m De-dup @INC and $ENV{PERL5LIB} entries
2009-08-26 apeiron roll-up of changes for 1.004005 and 1.004006 because...
2009-08-06 apeiron - Fix Win32 / Cygwin detection (emazep).
2009-06-16 t0m Add ignoreprops everywhere. Update changes and bump...
2009-06-15 t0m Slightly cleanup @INC vs PERL5LIB handling in --self...
2009-06-15 apeiron Merged patches from Curtis Jewell <csjewell@cpan.org...
2009-06-12 grink Fixed up INC untaint procedure to skip/ignore CODE...
2009-06-12 t0m grink's fixes for --self-contained
2009-05-22 apeiron Clean up CPAN.pm's environment variable the same way...
2009-05-15 apeiron Check for bad options in CPAN config. Fix bootstrapping...
2009-05-13 apeiron Additional install tests from Hans Dieter Pearcey ...
2009-04-29 t0m doc patch from amiri in #catalyst
2009-04-10 apeiron Better docs and nix the .svn files from being included...
2009-02-25 apeiron Add a doc patch from Torsten Raudssus <torsten@raudssus...
2009-01-14 apeiron Bail if given fancy dashes due to copypasting from...
2009-01-14 apeiron Tiny grammar nit in the POD.
2009-01-14 apeiron Add the --self-contained patch from Mark Stosberg ...
2008-08-06 matthewt bump version for release
next