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