be compatible with perl 5.6
[p5sagit/local-lib.git] / Changes
CommitLineData
d211388d 1Revision history for local::lib
e2d0e1c1 2
9f353242 31.008025 2013-11-01 (development release, unindexed)
4 - fix install test on cygwin
5 - fix stackable test on win32 and when external local::lib is set
6 - clarify errors in Makefile.PL about CPAN configuration
7 - adjust csh output to allow use directly by eval
8 - silence a possible warning in Makefile.PL
9 - add additional docs about combining local::lib with lib::core::only
10 - reverse order of PERL_LOCAL_LIB_ROOT. new local::libs are now added
11 to the beginning instead of the end, to match the order of other
12 similar environment variables.
13
8d3e402e 141.008024 2013-10-28 (development release, unindexed)
15 - fix installation into directories with spaces or backslashes, as
16 well as Win32 test failures when Capture::Tiny is installed
17 - fix test breaking in some cases when an external local::lib is set
18 - fix test compatibility with old versions of Exporter
19
6a677472 201.008023 2013-10-19
21 - stable release of 1.008022 (no code changes since 1.008012)
22
9c3a2db6 231.008022 2013-10-07 (development release, unindexed)
f7f543d9 24 - see 1.008019 through 1.008021
25
17dc0f11 261.008021 2013-10-04 (development release, unindexed)
10036864 27 - yet another attempt to overcome win32 testing issues (paths with
28 spaces, backslashes)
29
3c3d12be 301.008020 2013-10-03 (development release, unindexed)
4a1c5f7f 31 - yet another attempt to overcome win32 testing issues (paths with
32 spaces, backslashes)
33
d04dfa50 341.008019 2013-09-29 (development release, unindexed)
e9d9e2d8 35 - another attempt to overcome win32 testing issues (paths with spaces,
36 backslashes)
37
0d588482 381.008018 2013-09-15
10dd4b88 39 - print out actual paths in more test cases, for helping to diagnose
40 mysterious failures
41
e48bc815 421.008017 2013-09-14
19e2f061 43 - avoid "Unrecognized escape \s passed through" errors on win32
44 (again)
45
4957ffde 461.008016 2013-09-13
89201d47 47 - avoid "Unrecognized escape \s passed through" errors on win32
48
003747f7 491.008015 2013-09-12
50 - re-release 1.008014 to fix broken MANIFEST
51
6d7223bb 521.008014 2013-09-12
663a8675 53 - fix new test to use alternate path representations on windows, to
54 handle potential space issues (regression since 1.008012)
55
abbe8c1a 561.008013 2013-09-11
0d174bf6 57 - fix undef value errors when not installing into a local::lib
58
3d7e97f3 591.008012 2013-09-11
24351831 60 - now handling using -Mlocal::lib in a taintperl environment, by
61 ensuring that all libs in PERL_LOCAL_LIB_ROOT are properly added to
62 @INC (RT#76661, Karen Etheridge)
63
5be84a3a 641.008011 2013-07-26
a7af04aa 65 - skip CPAN workaround if running via cpanminus (miyagawa, RT#85731)
66
5be84a3a 671.008010 2013-05-26
e2d0e1c1 68 - Fix a split on undefined value warning (David Golden -- see
69 https://github.com/gugod/App-perlbrew/issues/305)
70
5be84a3a 711.008009 2013-02-24
25398da1 72 - Remove Carp::Always dep
73
5be84a3a 741.008008 2013-02-24
c50d554b 75 - Fix putting arch path in PERL5LIB
76 - Refactor Win32 path handling out of ensure_dir_structure_for()
8febbb1d 77 - Fix active_paths when PERL_LOCAL_LIB_ROOT starts with :
c50d554b 78 - Fix ~/perl5/bin missing in $PATH
8febbb1d 79 - The environment variables definition for the shell is now output in
80 a way that allows to put the generated content directly in the
81 .profile without requiring to launch perl
82 (the only difference is how PERL_LOCAL_LIB_ROOT is generated)
83 (Olivier Mengué).
c50d554b 84
5be84a3a 851.008007 2013-02-17
98d589da 86 - Back to 1.008004 with Carp fix since subsequent releases were botched
cd3eb741 87 - Avoid issue where PERL5LIB Carp is older than local::lib one
88
5be84a3a 891.008004 2011-02-24
d759027e 90
91 - Fix stackable tests on win32 by canonicalizing the path ahead of time
92
5be84a3a 931.008003 2011-02-23
99f8e621 94
95 - Fix tests with stacking l::ls.
96
5be84a3a 971.008002 2011-02-23
5a98906e 98
99 - Add local::lib stacking support.
100 - Add activation/deactivation support.
101
5be84a3a 1021.008001 2011-01-09
d211388d 103
135193f4 104 - Bootstrap Module::Build just like ExtUtils::MakeMaker
105
5be84a3a 1061.008000 2011-01-05
5a98906e 107
8468f123 108 - Remove redundant prereqs now that Module::Build 0.36 is required
109 - Makefile.PL avoids CPAN client configuration when not required
110 - print_environment_vars_for() refactored with separate function
111 environment_vars_string_for()
112 - PERL_LOCAL_LIB_ROOT environment is added to disambiguate when
113 PERL_MM_OPT, etc. was set by local::lib or other means
114
5be84a3a 1151.007000 2010-12-09
176d4afb 116 - Chase the Module::Build version which supports PERL_MB_OPT. Thanks to
117 miyagawa for pointing this out.
118
5be84a3a 1191.006009 2010-12-09
c4e3c83b 120
176d4afb 121 - Split up method guess_shelltype from parts of print_environment_vars_for
c4e3c83b 122 - Updated documentation about change of use with .modulebuildrc
123
5be84a3a 1241.006008 2010-11-17
e322149f 125
126 - Finally move to PERL_MB_OPT rather than using .modulebuildrc.
127
5be84a3a 1281.006007 2010-08-12
adf315c3 129
130 - Fixing stuff so that search.cpan.org displays right
131 - Documented one method in all languages
132
5be84a3a 1331.006006 2010-08-12
a949ebcd 134
838d2042 135 - Added portuguese translation
a949ebcd 136 - Several minor fixes in the documentation
adf315c3 137 - Changed methods look in documentation
a949ebcd 138
5be84a3a 1391.006005 2010-07-13
cc19e8d4 140
141 - Added support informations (also for german)
142 - Fixed newline in german translation from DOS2UNIX
143
5be84a3a 1441.006004 2010-06-10
6f060486 145
146 - I am stupid.
147
5be84a3a 1481.006003 2010-06-10
71f1f1db 149
150 - Added german translation right
151
5be84a3a 1521.006002 2010-06-10
7fc36986 153
154 - Hotfix for a search.cpan.org "Bug"
155
5be84a3a 1561.006001 2010-06-10
de152ed2 157
898f36cf 158 - Added german translation
159 - Enhanced some parts of english documentation
ac9016d3 160 - doc patch for win32 from run4flat
161 - reverse the perl/arch paths in PERL5LIB
a2443311 162
5be84a3a 1631.006000 2010-03-31
a2443311 164
57ddfe24 165 - Create lib::core::only that provides the "set @INC to core dirs
166 only" functionality that was the only part of --self-contained that
167 ever worked usefully.
1f8043c8 168 - Delete broken --self-contained flag from core
57ddfe24 169
5be84a3a 1701.005001 2010-03-10
aac84626 171
172 - I am an idiot.
173
5be84a3a 1741.005000 2010-03-10
764c1685 175
1c9cde8e 176 - More robust handling of running new toolchains on older perls. This
177 should sort out issues users have with bootstrapping on e.g. Solaris
178 and other traditional Unices. In addition, try to find a GNU tar
179 capable of dealing with @LongLink so bootstrapping doesn't fail.
180
03b91976 181 - Warnings for missing PATH/PERL5LIB (as when not running interactively)
182 silenced by a patch from Marco Emilio Poleggi.
183
b0c48f8e 184 - Start of better docs for C<--self-contained> thanks to
185 markstos@cpan.org.
186
5be84a3a 1871.004009 2009-11-07
4f9db5b4 188
ea0824e7 189 - Fix warning if your $ENV{PERL5LIB} is undef
190
4f9db5b4 191 - Doc improvement from kgish/#perl-help@irc.perl.org
192
193 - t0m and chrisa on #local-lib@irc.perl.org pointed out a PERL5LIB ordering issue
194 with C<--self-contained>.
195
5be84a3a 1961.004008 2009-10-13
4d25b5d9 197
198 - Clarify re-reading the shell config file after writing to it.
199
200 - Clarify copyright and licensing for packaging by vendors.
201
5be84a3a 2021.004007 2009-09-02
730f5dda 203
204 - Ensure that $ENV{PERL5LIB} and @INC are always de-duped, stopping
205 them from growing if local::lib is invoked multiple times for the
206 same path. (t0m)
207
208 - Doc improvements by kurisuto@irc.perl.org/#catalyst.
209
210 - Cleaned up indentation of code lines in the POD. Everything should be
211 nice and flush, now.
a9489cb0 212
5be84a3a 2131.004006 2009-08-25
b9c94c15 214 - Fix parsing of --self-contained and local lib directory. It's now
215 possible to specify flags and the directory in any order. Also made
216 adding future flags easier in the future. Thanks to
217 frew@irc.perl.org/#catalyst for pointing out that --self-contained
218 wouldn't work without a directory.
219
5be84a3a 2201.004005 2009-08-23
b9c94c15 221 - Add the --no-manpages option to bootstraping to tell EUMM / MB to not
222 generate manpages from POD. Thanks to RKITOVER for providing the
223 necessary values for CPAN.pm's configuration.
224
5be84a3a 2251.004004 2009-08-05
f58534b1 226
e9227729 227 - Add dependency on Extutils::Install 1.43 and install in --bootstrap
228 otherwise we fail to build with latest MakeMaker on OpenSolaris (t0m)
229
f58534b1 230 - Fix Win32 / Cygwin detection (emazep).
231
5be84a3a 2321.004003 2009-16-16
6d74e2d7 233 - Stop Makefile.PL exploding if your CPAN is too old to have
234 CPAN::HandleConfig. Needed when installing local::lib via CPAN
235 using an old CPAN version (t0m)
b143d045 236 - Fix warning from Makefile.PL about ExtUtils::MakeMaker::prompt (t0m)
69b80106 237 - Set PERL5LIB back to calculated @INC with --self-contained, to stop
238 invoking other perl scripts from losing the local::lib if they
011371a7 239 mangle @INC from $ENV{PERL5LIB}, and fix install of 'difficult'
240 modules with such as Test::Deep (t0m)
69b80106 241
5be84a3a 2421.004002 2009-06-15
69b80106 243 - Fixed up INC untaint procedure to skip/ignore CODE, ARRAY,
244 blessed entries. (grink)
6e5079df 245 - Include test in xt/ for the above
246
e4892f2b 247 - Put PERL5LIB first, so it'll be favored over privlibexp and
248 archlibexp when self contained.
53699c99 249 - Automatically untaint @INC (t0m)
e4892f2b 250 - Prevent @INC from growing when you have multiple scripts using
53699c99 251 --self-contained called from inside one another. (grink by way of t0m)
252 - eg/scripted_install.pl now no longer requires TARGET, but still
253 respects it. (confound)
e4892f2b 254
5be84a3a 2551.004001 2009-05-21
9a021b2b 256 - Clean up CPAN.pm's environment variable the same way we do for
257 CPANPLUS. Add an example program showing local::lib employed
258 programmatically (confound).
259
260 - Add the beginnings of a troubleshooting section (pattern).
261
5be84a3a 2621.004000 2009-05-14
c4dbb66c 263 - Don't allow dangerous settings for CPAN.pm that affect where CPAN
264 installs stuff, as this conflicts with what we're trying to do.
265
266 - Make sure that our Makefile is written to the correct directory when
267 bootstrapping (confound).
268
5be84a3a 2691.003004 2009-05-12
be160790 270 - Additional documentation and examples concerning having multiple
271 local::lib enviornments (amiri)
272
273 - Some install tests courtesy of Hans Dieter Pearcey <hdp@cpan.org>.
274 Thanks!
977a9ca3 275
5be84a3a 2761.003003 2009-04-09
480e6e85 277 - Expose the internals per RT #36846.
278 - Fix the MANIFEST up a bit.
279
5be84a3a 2801.003002 2009-02-25
8b1e8e69 281 - Add a doc patch from Torsten Raudssus <torsten@raudssus.de> that
282 clarifies how to specify a directory other than ~/perl5.
283
5be84a3a 2841.003001 2009-01-14
d4dbe584 285 - Properly bail if given fancy dashes obtained by copy-pasting from a
286 UTF8-happy POD formatter. This will bail in both the Makefile.PL and
287 in local::lib::import().
288
5be84a3a 2891.003000 2009-01-13
8dbbc821 290 - Add the --self-contained flag from Mark Stosberg, which also contains
291 a doc patch warning about the dangers of UNINST=1. Thanks, Mark!
292
5be84a3a 2931.002000 2008-08-06
f66e06d3 294 - make CPAN config reinit non-prompting but still robust
715c31a0 295 - make bootstrap auto-init CPAN config and set USE_DEFAULT for deps
296
5be84a3a 2971.001000 2007-09-19
d211388d 298 - refactored shell command generation
299 - implemented C shell command generation based on this (checks $SHELL}
300 - improved docs
301 - modified Makefile.PL to install an up-to-date CPAN.pm if needed
302
5be84a3a 3031.000000 2007-09-13
d211388d 304 - initial release