look for fancy dashes byte-wise, rather than literally
[p5sagit/local-lib.git] / Changes
CommitLineData
d211388d 1Revision history for local::lib
e2d0e1c1 2
1cd322bb 31.008011 2013-07-26
a7af04aa 4 - skip CPAN workaround if running via cpanminus (miyagawa, RT#85731)
5
3b2c3de4 61.008010 2013-05-26
e2d0e1c1 7 - Fix a split on undefined value warning (David Golden -- see
8 https://github.com/gugod/App-perlbrew/issues/305)
9
25398da1 101.008009 2013-02-24
25398da1 11 - Remove Carp::Always dep
12
c50d554b 131.008008 2013-02-24
c50d554b 14 - Fix putting arch path in PERL5LIB
15 - Refactor Win32 path handling out of ensure_dir_structure_for()
16 - Fix activate_paths when PERL_LOCAL_LIB_ROOT starts with :
17 - Fix ~/perl5/bin missing in $PATH
18
98d589da 191.008007 2013-02-17
20 - Back to 1.008004 with Carp fix since subsequent releases were botched
cd3eb741 21 - Avoid issue where PERL5LIB Carp is older than local::lib one
22
d759027e 231.008004 2011-02-24
24
25 - Fix stackable tests on win32 by canonicalizing the path ahead of time
26
99f8e621 271.008003 2011-02-23
28
29 - Fix tests with stacking l::ls.
30
5a98906e 311.008002 2011-02-23
32
33 - Add local::lib stacking support.
34 - Add activation/deactivation support.
35
361.008001 2011-01-09
d211388d 37
135193f4 38 - Bootstrap Module::Build just like ExtUtils::MakeMaker
39
5a98906e 401.008000 2011-01-05
41
8468f123 42 - Remove redundant prereqs now that Module::Build 0.36 is required
43 - Makefile.PL avoids CPAN client configuration when not required
44 - print_environment_vars_for() refactored with separate function
45 environment_vars_string_for()
46 - PERL_LOCAL_LIB_ROOT environment is added to disambiguate when
47 PERL_MM_OPT, etc. was set by local::lib or other means
48
176d4afb 491.007000 2010-12-09
50 - Chase the Module::Build version which supports PERL_MB_OPT. Thanks to
51 miyagawa for pointing this out.
52
c4e3c83b 531.006009 2010-12-09
54
176d4afb 55 - Split up method guess_shelltype from parts of print_environment_vars_for
c4e3c83b 56 - Updated documentation about change of use with .modulebuildrc
57
e322149f 581.006008 2010-11-17
59
60 - Finally move to PERL_MB_OPT rather than using .modulebuildrc.
61
adf315c3 621.006007 2010-08-12
63
64 - Fixing stuff so that search.cpan.org displays right
65 - Documented one method in all languages
66
a949ebcd 671.006006 2010-08-12
68
838d2042 69 - Added portuguese translation
a949ebcd 70 - Several minor fixes in the documentation
adf315c3 71 - Changed methods look in documentation
a949ebcd 72
cc19e8d4 731.006005 2010-07-13
74
75 - Added support informations (also for german)
76 - Fixed newline in german translation from DOS2UNIX
77
6f060486 781.006004 2010-06-10
79
80 - I am stupid.
81
71f1f1db 821.006003 2010-06-10
83
84 - Added german translation right
85
7fc36986 861.006002 2010-06-10
87
88 - Hotfix for a search.cpan.org "Bug"
89
de152ed2 901.006001 2010-06-10
91
898f36cf 92 - Added german translation
93 - Enhanced some parts of english documentation
ac9016d3 94 - doc patch for win32 from run4flat
95 - reverse the perl/arch paths in PERL5LIB
a2443311 96
971.006000 2010-03-31
98
57ddfe24 99 - Create lib::core::only that provides the "set @INC to core dirs
100 only" functionality that was the only part of --self-contained that
101 ever worked usefully.
1f8043c8 102 - Delete broken --self-contained flag from core
57ddfe24 103
aac84626 1041.005001 2010-03-10
105
106 - I am an idiot.
107
764c1685 1081.005000 2010-03-10
109
1c9cde8e 110 - More robust handling of running new toolchains on older perls. This
111 should sort out issues users have with bootstrapping on e.g. Solaris
112 and other traditional Unices. In addition, try to find a GNU tar
113 capable of dealing with @LongLink so bootstrapping doesn't fail.
114
03b91976 115 - Warnings for missing PATH/PERL5LIB (as when not running interactively)
116 silenced by a patch from Marco Emilio Poleggi.
117
b0c48f8e 118 - Start of better docs for C<--self-contained> thanks to
119 markstos@cpan.org.
120
4f9db5b4 1211.004009 2009-11-07
122
ea0824e7 123 - Fix warning if your $ENV{PERL5LIB} is undef
124
4f9db5b4 125 - Doc improvement from kgish/#perl-help@irc.perl.org
126
127 - t0m and chrisa on #local-lib@irc.perl.org pointed out a PERL5LIB ordering issue
128 with C<--self-contained>.
129
4d25b5d9 1301.004008 2009-10-13
131
132 - Clarify re-reading the shell config file after writing to it.
133
134 - Clarify copyright and licensing for packaging by vendors.
135
730f5dda 1361.004007 2009-09-02
137
138 - Ensure that $ENV{PERL5LIB} and @INC are always de-duped, stopping
139 them from growing if local::lib is invoked multiple times for the
140 same path. (t0m)
141
142 - Doc improvements by kurisuto@irc.perl.org/#catalyst.
143
144 - Cleaned up indentation of code lines in the POD. Everything should be
145 nice and flush, now.
a9489cb0 146
b9c94c15 1471.004006 2009-08-25
148 - Fix parsing of --self-contained and local lib directory. It's now
149 possible to specify flags and the directory in any order. Also made
150 adding future flags easier in the future. Thanks to
151 frew@irc.perl.org/#catalyst for pointing out that --self-contained
152 wouldn't work without a directory.
153
1541.004005 2009-08-23
155 - Add the --no-manpages option to bootstraping to tell EUMM / MB to not
156 generate manpages from POD. Thanks to RKITOVER for providing the
157 necessary values for CPAN.pm's configuration.
158
f58534b1 1591.004004 2009-08-05
160
e9227729 161 - Add dependency on Extutils::Install 1.43 and install in --bootstrap
162 otherwise we fail to build with latest MakeMaker on OpenSolaris (t0m)
163
f58534b1 164 - Fix Win32 / Cygwin detection (emazep).
165
011371a7 1661.004003 2009-16-16
6d74e2d7 167 - Stop Makefile.PL exploding if your CPAN is too old to have
168 CPAN::HandleConfig. Needed when installing local::lib via CPAN
169 using an old CPAN version (t0m)
b143d045 170 - Fix warning from Makefile.PL about ExtUtils::MakeMaker::prompt (t0m)
69b80106 171 - Set PERL5LIB back to calculated @INC with --self-contained, to stop
172 invoking other perl scripts from losing the local::lib if they
011371a7 173 mangle @INC from $ENV{PERL5LIB}, and fix install of 'difficult'
174 modules with such as Test::Deep (t0m)
69b80106 175
53699c99 1761.004002 2009-06-15
69b80106 177 - Fixed up INC untaint procedure to skip/ignore CODE, ARRAY,
178 blessed entries. (grink)
6e5079df 179 - Include test in xt/ for the above
180
e4892f2b 181 - Put PERL5LIB first, so it'll be favored over privlibexp and
182 archlibexp when self contained.
53699c99 183 - Automatically untaint @INC (t0m)
e4892f2b 184 - Prevent @INC from growing when you have multiple scripts using
53699c99 185 --self-contained called from inside one another. (grink by way of t0m)
186 - eg/scripted_install.pl now no longer requires TARGET, but still
187 respects it. (confound)
e4892f2b 188
9a021b2b 1891.004001 2009-05-21
190 - Clean up CPAN.pm's environment variable the same way we do for
191 CPANPLUS. Add an example program showing local::lib employed
192 programmatically (confound).
193
194 - Add the beginnings of a troubleshooting section (pattern).
195
c4dbb66c 1961.004000 2009-05-14
197 - Don't allow dangerous settings for CPAN.pm that affect where CPAN
198 installs stuff, as this conflicts with what we're trying to do.
199
200 - Make sure that our Makefile is written to the correct directory when
201 bootstrapping (confound).
202
be160790 2031.003004 2009-05-12
204 - Additional documentation and examples concerning having multiple
205 local::lib enviornments (amiri)
206
207 - Some install tests courtesy of Hans Dieter Pearcey <hdp@cpan.org>.
208 Thanks!
977a9ca3 209
480e6e85 2101.003003 2009-04-09
211 - Expose the internals per RT #36846.
212 - Fix the MANIFEST up a bit.
213
8b1e8e69 2141.003002 2009-02-25
215 - Add a doc patch from Torsten Raudssus <torsten@raudssus.de> that
216 clarifies how to specify a directory other than ~/perl5.
217
d4dbe584 2181.003001 2009-01-14
219 - Properly bail if given fancy dashes obtained by copy-pasting from a
220 UTF8-happy POD formatter. This will bail in both the Makefile.PL and
221 in local::lib::import().
222
8dbbc821 2231.003000 2009-01-13
224 - Add the --self-contained flag from Mark Stosberg, which also contains
225 a doc patch warning about the dangers of UNINST=1. Thanks, Mark!
226
f66e06d3 2271.002000 2008-08-06
228 - make CPAN config reinit non-prompting but still robust
715c31a0 229 - make bootstrap auto-init CPAN config and set USE_DEFAULT for deps
230
d211388d 2311.001000 2007-09-19
232 - refactored shell command generation
233 - implemented C shell command generation based on this (checks $SHELL}
234 - improved docs
235 - modified Makefile.PL to install an up-to-date CPAN.pm if needed
236
2371.000000 2007-09-13
238 - initial release