Use CPAN::Version for version comparison if available so that warnings due to having...
[p5sagit/local-lib.git] / Changes
1 Revision history for local::lib
2
3         - Use CPAN::Version (if available) to do version comparison for loading
4           File::HomeDir is it works more correctly with development releases
5
6 1.004008 2009-10-13
7
8         - Clarify re-reading the shell config file after writing to it.
9
10         - Clarify copyright and licensing for packaging by vendors.
11
12 1.004007 2009-09-02
13
14         - Ensure that $ENV{PERL5LIB} and @INC are always de-duped, stopping
15           them from growing if local::lib is invoked multiple times for the
16           same path. (t0m)
17
18         - Doc improvements by kurisuto@irc.perl.org/#catalyst.
19
20         - Cleaned up indentation of code lines in the POD. Everything should be
21           nice and flush, now.
22
23 1.004006 2009-08-25
24         - Fix parsing of --self-contained and local lib directory. It's now
25           possible to specify flags and the directory in any order. Also made
26           adding future flags easier in the future. Thanks to
27           frew@irc.perl.org/#catalyst for pointing out that --self-contained
28           wouldn't work without a directory.
29
30 1.004005 2009-08-23
31         - Add the --no-manpages option to bootstraping to tell EUMM / MB to not
32           generate manpages from POD. Thanks to RKITOVER for providing the
33           necessary values for CPAN.pm's configuration.
34
35 1.004004 2009-08-05
36
37         - Add dependency on Extutils::Install 1.43 and install in --bootstrap
38           otherwise we fail to build with latest MakeMaker on OpenSolaris (t0m)
39
40         - Fix Win32 / Cygwin detection (emazep).
41
42 1.004003 2009-16-16
43         - Stop Makefile.PL exploding if your CPAN is too old to have
44           CPAN::HandleConfig. Needed when installing local::lib via CPAN
45           using an old CPAN version (t0m)
46         - Fix warning from Makefile.PL about ExtUtils::MakeMaker::prompt (t0m)
47         - Set PERL5LIB back to calculated @INC with --self-contained, to stop
48           invoking other perl scripts from losing the local::lib if they
49           mangle @INC from $ENV{PERL5LIB}, and fix install of 'difficult'
50           modules with such as Test::Deep (t0m)
51
52 1.004002 2009-06-15
53         - Fixed up INC untaint procedure to skip/ignore CODE, ARRAY,
54           blessed entries. (grink)
55         - Include test in xt/ for the above
56
57         - Put PERL5LIB first, so it'll be favored over privlibexp and
58           archlibexp when self contained.
59         - Automatically untaint @INC (t0m)
60         - Prevent @INC from growing when you have multiple scripts using
61           --self-contained called from inside one another. (grink by way of t0m)
62         - eg/scripted_install.pl now no longer requires TARGET, but still
63           respects it. (confound)
64
65 1.004001 2009-05-21
66         - Clean up CPAN.pm's environment variable the same way we do for
67           CPANPLUS. Add an example program showing local::lib employed
68           programmatically (confound).
69
70         - Add the beginnings of a troubleshooting section (pattern).
71
72 1.004000 2009-05-14
73         - Don't allow dangerous settings for CPAN.pm that affect where CPAN
74           installs stuff, as this conflicts with what we're trying to do.
75
76         - Make sure that our Makefile is written to the correct directory when
77           bootstrapping (confound).
78
79 1.003004 2009-05-12
80         - Additional documentation and examples concerning having multiple
81           local::lib enviornments (amiri)
82
83         - Some install tests courtesy of Hans Dieter Pearcey <hdp@cpan.org>.
84           Thanks!
85
86 1.003003 2009-04-09
87         - Expose the internals per RT #36846.
88         - Fix the MANIFEST up a bit.
89
90 1.003002 2009-02-25
91         - Add a doc patch from Torsten Raudssus <torsten@raudssus.de> that
92           clarifies how to specify a directory other than ~/perl5.
93
94 1.003001 2009-01-14
95         - Properly bail if given fancy dashes obtained by copy-pasting from a
96           UTF8-happy POD formatter. This will bail in both the Makefile.PL and
97           in local::lib::import().
98
99 1.003000 2009-01-13
100         - Add the --self-contained flag from Mark Stosberg, which also contains
101           a doc patch warning about the dangers of UNINST=1. Thanks, Mark!
102
103 1.002000 2008-08-06
104         - make CPAN config reinit non-prompting but still robust
105         - make bootstrap auto-init CPAN config and set USE_DEFAULT for deps
106
107 1.001000 2007-09-19
108         - refactored shell command generation
109         - implemented C shell command generation based on this (checks $SHELL}
110         - improved docs
111         - modified Makefile.PL to install an up-to-date CPAN.pm if needed
112
113 1.000000 2007-09-13
114         - initial release
115 ------------------------------------------------------------------------
116 r6546 | hdp | 2009-06-08 15:44:47 -0400 (Mon, 08 Jun 2009) | 1 line
117
118 make TARGET optional