Check for bad options in CPAN config. Fix bootstrapping, thanks to confound.
[p5sagit/local-lib.git] / Changes
CommitLineData
d211388d 1Revision history for local::lib
2
c4dbb66c 31.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
be160790 101.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!
977a9ca3 16
480e6e85 171.003003 2009-04-09
18 - Expose the internals per RT #36846.
19 - Fix the MANIFEST up a bit.
20
8b1e8e69 211.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
d4dbe584 251.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
8dbbc821 301.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
f66e06d3 341.002000 2008-08-06
35 - make CPAN config reinit non-prompting but still robust
715c31a0 36 - make bootstrap auto-init CPAN config and set USE_DEFAULT for deps
37
d211388d 381.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
441.000000 2007-09-13
45 - initial release