Additional install tests from Hans Dieter Pearcey (hdp@cpan.org). Thanks!
[p5sagit/local-lib.git] / Changes
1 Revision history for local::lib
2
3 1.003004 2009-05-12
4         - Additional documentation and examples concerning having multiple
5           local::lib enviornments (amiri)
6
7         - Some install tests courtesy of Hans Dieter Pearcey <hdp@cpan.org>.
8           Thanks!
9
10 1.003003 2009-04-09
11         - Expose the internals per RT #36846.
12         - Fix the MANIFEST up a bit.
13
14 1.003002 2009-02-25
15         - Add a doc patch from Torsten Raudssus <torsten@raudssus.de> that
16           clarifies how to specify a directory other than ~/perl5.
17
18 1.003001 2009-01-14
19         - Properly bail if given fancy dashes obtained by copy-pasting from a
20           UTF8-happy POD formatter. This will bail in both the Makefile.PL and
21           in local::lib::import().
22
23 1.003000 2009-01-13
24         - Add the --self-contained flag from Mark Stosberg, which also contains
25           a doc patch warning about the dangers of UNINST=1. Thanks, Mark!
26
27 1.002000 2008-08-06
28         - make CPAN config reinit non-prompting but still robust
29         - make bootstrap auto-init CPAN config and set USE_DEFAULT for deps
30
31 1.001000 2007-09-19
32         - refactored shell command generation
33         - implemented C shell command generation based on this (checks $SHELL}
34         - improved docs
35         - modified Makefile.PL to install an up-to-date CPAN.pm if needed
36
37 1.000000 2007-09-13
38         - initial release