~ubuntu-branches/ubuntu/trusty/libextutils-autoinstall-perl/trusty

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
----------------------------------------------------------------------
r7709:  autrijus | 2004-09-19T11:11:06.489488Z

* This be 0.60, first version under SVK management.
* Add interoperability with CPANPLUS 0.050+.
----------------------------------------------------------------------
r7708:  autrijus | 2004-09-19T11:06:59.497933Z

* remove meta files.
----------------------------------------------------------------------
r7707:  autrijus | 2004-09-19T11:06:16.277778Z

____________________________________________________________________________
[ 10541] By: autrijus                              on 2004/04/29  18:18:12
        Log: * This be 0.59, for real.
             * Bastian Blank re-tested and discovered that we do
             need to intercept EU::MM::prompt() too.
	   ! t/1-basic.t
____________________________________________________________________________
[ 10539] By: autrijus                              on 2004/04/29  18:03:53
        Log: * Last-minute fix: Bastian found out a failing _prompt
             interception.
	   ! t/1-basic.t
____________________________________________________________________________
[ 10538] By: autrijus                              on 2004/04/29  17:55:36
        Log: * This be 0.59. 
             * Forgot to generate Changes for the previous version. 
	       Oops.
	   ! Changes lib/ExtUtils/AutoInstall.pm
____________________________________________________________________________
[ 10536] By: autrijus                              on 2004/04/29  17:16:56
        Log: * This be 0.58.
             * Bastian Blank notes that 1-basic.t failed if STDIN
             is not a interactive.  Fixed.
             * Sam Tregar pointed out that the obfuscated self-bootstrap
             code should be deprecated.
	   ! AUTHORS lib/ExtUtils/AutoInstall.pm
	   ! t/1-basic.t
____________________________________________________________________________
[ 10519] By: autrijus                              on 2004/04/23  12:25:29
        Log: * Slaven Rezic reports that we are failing if CPAN.pm is
	       not
             set to follow prereqs by default.  Solve it by forcing
	     this.
             * Apply the same treatment for CPANPLUS.
	   ! AUTHORS lib/ExtUtils/AutoInstall.pm
____________________________________________________________________________
[ 10505] By: autrijus                              on 2004/04/21  12:17:13
        Log: * This be 0.57.
	   ! lib/ExtUtils/AutoInstall.pm
____________________________________________________________________________
[ 10504] By: autrijus                              on 2004/04/21  12:11:31
        Log: * Chase CPAN.pm API change so we do not report "failed
	       install"
             when $obj->install return null but the install really did
	     succeed.
	   ! lib/ExtUtils/AutoInstall.pm
____________________________________________________________________________
[  9741] By: autrijus                              on 2004/01/19  14:39:57
        Log: * update manifest to include WriteAll.
	   ! MANIFEST
____________________________________________________________________________
[  9532] By: autrijus                              on 2004/01/01  06:47:30
        Log: * This be 0.56.
	   ! META.yml Makefile.PL README
	   ! lib/ExtUtils/AutoInstall.pm
____________________________________________________________________________
[  9531] By: autrijus                              on 2004/01/01  06:45:57
        Log: * makes it possible for -core features to -default to 0.
             * now prompts "Auto-Install from CPAN?" to avoid ambiguity.
	   ! lib/ExtUtils/AutoInstall.pm
____________________________________________________________________________
[  9085] By: autrijus                              on 2003/11/29  19:52:42
        Log: * add signatures.
	   ! Makefile.PL
____________________________________________________________________________
[  9083] By: autrijus                              on 2003/11/29  19:51:07
        Log: * This be 0.55, for real.
             * Changed "failed!" to "missing." and "needs" to "would
	       need"
             per suggestions from Alan Burlison.
	   ! AUTHORS
____________________________________________________________________________
[  9082] By: autrijus                              on 2003/11/29  19:45:05
        Log: * This be 0.55.
             * add Module::Install examples.
	   ! lib/ExtUtils/AutoInstall.pm
____________________________________________________________________________
[  8105] By: autrijus                              on 2003/09/13  20:57:40
        Log: * this be 0.54.
	   ! lib/ExtUtils/AutoInstall.pm
____________________________________________________________________________
[  8104] By: autrijus                              on 2003/09/13  20:56:16
        Log: * oops, I missed a place that's still using
	       .autoinstall.failed
             instead of the correct .#autoinstall.failed.
	   ! lib/ExtUtils/AutoInstall.pm
____________________________________________________________________________
[  8102] By: autrijus                              on 2003/09/13  20:54:01
        Log: * coraline points out that "needed" when we want version
	       >0.00
             for some module is uncllear for optional modules. nix it.
	   ! lib/ExtUtils/AutoInstall.pm
____________________________________________________________________________
[  7976] By: autrijus                              on 2003/09/08  09:56:26
        Log: * missing comma, reported by Bryan Dumm
	   ! lib/ExtUtils/AutoInstall.pm
____________________________________________________________________________
[  7914] By: autrijus                              on 2003/09/06  14:42:30
        Log: * oops, uses the correct name.
	   ! Makefile.PL
____________________________________________________________________________
[  7913] By: autrijus                              on 2003/09/06  14:41:10
        Log: * This be 0.53.
             * upgrade to less noisy tests.
	   ! MANIFEST META.yml Makefile.PL
	   ! lib/ExtUtils/AutoInstall.pm t/0-signature.t
	   ! t/1-basic.t
____________________________________________________________________________
[  7911] By: autrijus                              on 2003/09/06  14:31:22
        Log: * move files into modern locations.
	  +> lib/ExtUtils/AutoInstall.pm t/1-basic.t
	   - AutoInstall.pm t/AutoInstall.t
____________________________________________________________________________
[  7870] By: autrijus                              on 2003/09/04  17:31:58
        Log: * change the flag file from ".autoinstall.failed" to
             ".#autoinstall.failed" so it won't be packed into MANIFEST.
	   ! AutoInstall.pm
____________________________________________________________________________
[  5867] By: autrijus                              on 2003/05/15  18:26:55
        Log: * 0.52 -- use $(PERL) instead of $(PERLRUN) for 5.005 perl.
	   ! AutoInstall.pm
____________________________________________________________________________
[  5849] By: autrijus                              on 2003/05/14  21:11:12
        Log: * 0.51, purely for M::I changes so it builds on 5.00503.
	   ! AutoInstall.pm
____________________________________________________________________________
[  5439] By: autrijus                              on 2003/04/22  09:54:35
        Log: * cpan::config was loaded too late. thanks for david.
	   ! AUTHORS AutoInstall.pm
____________________________________________________________________________
[  4934] By: autrijus                              on 2003/03/25  16:52:18
        Log: * This be 0.50.
             * fixed a bug with 'make installdeps' not respecting sudo.
	   ! AutoInstall.pm
____________________________________________________________________________
[  4905] By: autrijus                              on 2003/03/23  19:39:17
        Log: * now asks the user before we jump thru sudo.
	   ! AutoInstall.pm
____________________________________________________________________________
[  4887] By: autrijus                              on 2003/03/23  00:10:11
        Log: * we'll ship META.yml next time around, i promise!
	   + META.yml
	   ! MANIFEST Makefile.PL
____________________________________________________________________________
[  4885] By: autrijus                              on 2003/03/22  23:48:18
        Log: * This be .49, the 'sudo' edition.
             * add copyright.
	   ! README
____________________________________________________________________________
[  4884] By: autrijus                              on 2003/03/22  23:44:37
        Log: * much better sudo install support.
	   ! AutoInstall.pm
____________________________________________________________________________
[  4882] By: autrijus                              on 2003/03/22  23:12:13
        Log: * first trial at auto-sudo.
	   ! AutoInstall.pm
____________________________________________________________________________
[  4805] By: autrijus                              on 2003/03/19  13:41:43
        Log: * oops.
	   ! AutoInstall.pm
____________________________________________________________________________
[  4804] By: autrijus                              on 2003/03/19  13:40:16
        Log: * display the make in Config, e.g. nmake on windows.
             * also suggests acquiring root permission.
	   ! AutoInstall.pm
____________________________________________________________________________
[  4801] By: autrijus                              on 2003/03/19  13:32:08
        Log: * use \t for readability.
	   ! AutoInstall.pm
____________________________________________________________________________
[  4800] By: autrijus                              on 2003/03/19  13:29:45
        Log: * trying to work around dmake bug.
	   ! AutoInstall.pm
____________________________________________________________________________
[  4782] By: autrijus                              on 2003/03/18  19:50:31
        Log: * Jonathan Leffler pointed out that the SIGNATURE is wrong.
	   ! AutoInstall.pm
____________________________________________________________________________
[  4726] By: autrijus                              on 2003/03/14  10:07:08
        Log: * This be 0.47, emergency release.
	   ! AutoInstall.pm MANIFEST
____________________________________________________________________________
[  4671] By: autrijus                              on 2003/03/09  12:46:30
        Log: * toward 0.46.
	   ! AutoInstall.pm MANIFEST
____________________________________________________________________________
[  4658] By: autrijus                              on 2003/03/08  19:34:10
        Log: * oops. fixed the do_once obiwan bug reported by kane.
	   ! AutoInstall.pm
____________________________________________________________________________
[  4636] By: autrijus                              on 2003/03/07  17:25:35
        Log: * this really be 0.45.
	   ! MANIFEST Makefile.PL
____________________________________________________________________________
[  4635] By: autrijus                              on 2003/03/07  17:13:42
        Log: * do not install anyting optional by default.
	   ! Makefile.PL
____________________________________________________________________________
[  4634] By: autrijus                              on 2003/03/07  17:12:52
        Log: * This be 0.45.
	   ! AutoInstall.pm MANIFEST Makefile.PL
____________________________________________________________________________
[  4633] By: autrijus                              on 2003/03/07  16:16:48
        Log: * cease to import into 'main' unless it's the caller.
             * refactor out arg-generation part from Write() into
	       _make_arg().
	   ! AutoInstall.pm
____________________________________________________________________________
[  4498] By: autrijus                              on 2003/03/01  13:26:03
        Log: * kane requested do_once for not trying to reinstall failed
	       modules.
	   ! AutoInstall.pm
____________________________________________________________________________
[  3058] By: autrijus                              on 2003/01/01  15:49:11
        Log: * should perl -c before submit.
	   ! AutoInstall.pm
____________________________________________________________________________
[  3055] By: autrijus                              on 2003/01/01  15:42:42
        Log: * should use set_conf to pass options into cpanplus.
	   ! AutoInstall.pm
____________________________________________________________________________
[  3049] By: autrijus                              on 2003/01/01  14:07:13
        Log: * make install() return the list of okay'ed modules,
             instead of a count.
	   ! AutoInstall.pm
____________________________________________________________________________
[  3048] By: autrijus                              on 2003/01/01  14:03:53
        Log: * grammar nits, from Jonathan.
	   ! AutoInstall.pm
____________________________________________________________________________
[  2988] By: autrijus                              on 2002/12/29  19:05:09
        Log: * version 0.26 is recommeneded, being the first sane
	       version.
	   ! Makefile.PL
____________________________________________________________________________
[  2987] By: autrijus                              on 2002/12/29  19:04:52
        Log: * beginning of -conflict support.
	   ! AutoInstall.pm
____________________________________________________________________________
[  2916] By: autrijus                              on 2002/12/25  11:20:00
        Log: * Thie be 0.44.
             * updates TODO.
	   ! AutoInstall.pm TODO
____________________________________________________________________________
[  2915] By: autrijus                              on 2002/12/25  11:13:10
        Log: * Jonathan pointed out that the ->install flag is all
	       wrong.
	   ! AutoInstall.pm
____________________________________________________________________________
[  2877] By: autrijus                              on 2002/12/23  19:47:37
        Log: * Jonathan requests clarification to the optional status
             of pre/post install hooks.
	   ! AutoInstall.pm
____________________________________________________________________________
[  2876] By: autrijus                              on 2002/12/23  19:14:43
        Log: * counter nitpicking from Jonathan.
	   ! AutoInstall.pm
____________________________________________________________________________
[  2869] By: autrijus                              on 2002/12/23  18:15:58
        Log: * We recommend 0.40 now.
	   ! AutoInstall.pm
____________________________________________________________________________
[  2863] By: autrijus                              on 2002/12/23  17:24:40
        Log: * Jonathan's doc patch showing how to call ->install before
             ->import.
	   ! AutoInstall.pm
____________________________________________________________________________
[  2821] By: autrijus                              on 2002/12/21  08:09:24
        Log: * -w friendly bootstrap script, courtesy of Jonathan
	       Leffler.
	   ! AutoInstall.pm
____________________________________________________________________________
[  2801] By: autrijus                              on 2002/12/20  03:42:23
        Log: * A vanilla MY::postamble is still generated at
	       WriteMakefile
             time, unless a user-defined one already exists.
             * Prints a warning if Makefile is generated but
	       EU::AI:postamble
             never gets called.
	   ! AutoInstall.pm
____________________________________________________________________________
[  2800] By: autrijus                              on 2002/12/20  03:40:26
        Log: * disabled test in anticipation of rewrite via MockObject.
	   ! t/AutoInstall.t
____________________________________________________________________________
[  2799] By: autrijus                              on 2002/12/20  03:17:53
        Log: * applying Jonothan's postamble() patch.
	   ! AutoInstall.pm
____________________________________________________________________________
[  2798] By: autrijus                              on 2002/12/20  03:13:42
        Log: * whitespace removal, courtesy of Jonathan Leffler.
	   ! AutoInstall.pm
____________________________________________________________________________
[  2797] By: autrijus                              on 2002/12/20  03:11:01
        Log: * add authors.
	   + AUTHORS
	   ! AutoInstall.pm MANIFEST
____________________________________________________________________________
[  1502] By: autrijus                              on 2002/10/17  20:21:45
        Log: * 0.42.
	   ! AutoInstall.pm
____________________________________________________________________________
[  1348] By: autrijus                              on 2002/10/12  10:06:20
        Log: * 5.005 compat.
	   ! Makefile.PL
____________________________________________________________________________
[  1340] By: autrijus                              on 2002/10/12  08:08:13
        Log: * Support for John Peacock's version.pm for non-decimal
	       versions.
             * mad Changelog proofreading.
	   ! AutoInstall.pm Changes MANIFEST Makefile.PL
	   ! README TODO
____________________________________________________________________________
[  1323] By: autrijus                              on 2002/10/11  09:40:48
        Log: * This be 0.04.
             * fixed the incorrect version comparison to '0' bug.
             * ditch eval STRING and refactored into _load tests.
	   ! AutoInstall.pm
____________________________________________________________________________
[  1306] By: autrijus                              on 2002/10/10  16:58:52
        Log: * accomodate the new RV convention used by CPANPLUS.
	   ! AutoInstall.pm
____________________________________________________________________________
[   958] By: autrijus                              on 2002/09/20  16:31:49
        Log: * doc tweaks.
	   ! AutoInstall.pm
____________________________________________________________________________
[   955] By: autrijus                              on 2002/09/20  15:07:47
        Log: * minor fix.
	   ! AutoInstall.pm
____________________________________________________________________________
[   944] By: autrijus                              on 2002/09/20  02:39:32
        Log: * addes Module::Signature signatures.
	   ! MANIFEST
____________________________________________________________________________
[   943] By: autrijus                              on 2002/09/20  02:39:12
        Log: * credits.
	   ! AutoInstall.pm
____________________________________________________________________________
[   942] By: autrijus                              on 2002/09/20  02:36:58
        Log: * oops.
	   ! AutoInstall.pm
____________________________________________________________________________
[   941] By: autrijus                              on 2002/09/20  02:33:22
        Log: * implements pre/post hooks
             * reorganized documentation
	   ! AutoInstall.pm
____________________________________________________________________________
[   686] By: autrijus                              on 2002/08/17  16:00:54
        Log: * cosmetic changes in pod.
	   ! AutoInstall.pm
----------------------------------------------------------------------