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