Use CPAN::Version for version comparison if available so that warnings due to having...
[p5sagit/local-lib.git] / Changes
CommitLineData
d211388d 1Revision history for local::lib
2
fe03358f 3 - Use CPAN::Version (if available) to do version comparison for loading
4 File::HomeDir is it works more correctly with development releases
5
4d25b5d9 61.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
730f5dda 121.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.
a9489cb0 22
b9c94c15 231.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
301.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
f58534b1 351.004004 2009-08-05
36
e9227729 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
f58534b1 40 - Fix Win32 / Cygwin detection (emazep).
41
011371a7 421.004003 2009-16-16
6d74e2d7 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)
b143d045 46 - Fix warning from Makefile.PL about ExtUtils::MakeMaker::prompt (t0m)
69b80106 47 - Set PERL5LIB back to calculated @INC with --self-contained, to stop
48 invoking other perl scripts from losing the local::lib if they
011371a7 49 mangle @INC from $ENV{PERL5LIB}, and fix install of 'difficult'
50 modules with such as Test::Deep (t0m)
69b80106 51
53699c99 521.004002 2009-06-15
69b80106 53 - Fixed up INC untaint procedure to skip/ignore CODE, ARRAY,
54 blessed entries. (grink)
6e5079df 55 - Include test in xt/ for the above
56
e4892f2b 57 - Put PERL5LIB first, so it'll be favored over privlibexp and
58 archlibexp when self contained.
53699c99 59 - Automatically untaint @INC (t0m)
e4892f2b 60 - Prevent @INC from growing when you have multiple scripts using
53699c99 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)
e4892f2b 64
9a021b2b 651.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
c4dbb66c 721.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
be160790 791.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!
977a9ca3 85
480e6e85 861.003003 2009-04-09
87 - Expose the internals per RT #36846.
88 - Fix the MANIFEST up a bit.
89
8b1e8e69 901.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
d4dbe584 941.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
8dbbc821 991.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
f66e06d3 1031.002000 2008-08-06
104 - make CPAN config reinit non-prompting but still robust
715c31a0 105 - make bootstrap auto-init CPAN config and set USE_DEFAULT for deps
106
d211388d 1071.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
1131.000000 2007-09-13
114 - initial release
53699c99 115------------------------------------------------------------------------
116r6546 | hdp | 2009-06-08 15:44:47 -0400 (Mon, 08 Jun 2009) | 1 line
117
118make TARGET optional