briandfoy / cpan-script

(Perl) Interact with CPAN from the command line

This URL has Read+Write access

cpan-script / Changes
100644 48 lines (37 sloc) 1.654 kb
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
$Id$
 
1.54 - Sun Apr 6 15:53:26 2008
* Don't give a warning if the user is a Linux weenie who likes
to type "install". Just ignore it an move on. It's still not
an approved or documented calling sequence, but it does get
me a free beer from Adam Kennedy.
 
1.53 - Wed Nov 1 15:58:17 2006
* Added trap to catch people using "install" as the first argument.
The script just dies telling them not to do that.
 
1.52 - Thu Jan 26 02:13:05 2006
* Took out an exit() that caused Windows users some problems.
* If you aren't experiencing oddities, you don't need to
upgrade
* I changed the distro name to cpan-script to distinguish this
from the CPAN module
 
1.51 - Wed Jan 11 00:25:52 2006
* bumped the version number which I forgot to do last time. This
version should get onto CPAN and it fixes the things I noted in
the previous release
 
1.6 - Wed Jan 4 14:12:03 2006
* The -i default behavior disappeared (by mistake) with the
re-write in the last version. This version fixes RT 16915
that reports that bug.
* All users of cpan-1.05 (the script, not the CPAN.pm distro version)
should upgrade. You can check your cpan(1) version with `cpan -v`
 
1.5 - Fri Dec 23 16:59:18 2005
 
* No need to upgrade unless you want the new features
* Read the Change files with -C
* List the authors with -A
* List extended module details with -D
* List all modules for authors with -L
 
1.4 - Tue Jul 6 00:36:51 2004
* added -f option to permit a "force install"
* removed File::Find::Rule and Test::File prereqs
 
1.3 - Thu Dec 12 00:37:31 2002
* the first distribution with MakeMaker support
* no changes to the code that comes with CPAN.pm