-
Notifications
You must be signed in to change notification settings - Fork 9
/
Changes
53 lines (30 loc) · 1.38 KB
/
Changes
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
0.13 -- ??
* Add support for .tar.xz achives [Ricardo SIGNES]
0.12 -- Fri Mar 11 17:36:55 CST 2011
* Grok dist names ending with something numeric containing underscores [Florian Ragwitz]
0.11 -- Tue Dec 14 08:52:15 CST 2010
* Remove potential -withoutworldwriteables suffix [Vincent Pit]
0.10 -- Sat Mar 27 15:04:54 CDT 2010
* Support -TRAIL in distribution version to indicate developer release
0.09 -- Thu Dec 3 18:29:49 CST 2009
* Normalize dist() for CGI.pm [Michael G. Schwern]
0.08 -- Wed May 6 09:21:47 CDT 2009
* make a better guess at the meaning of Dist-Name-undef.tar.gz
* add tests for the .tar.bz2 feature added in 0.07
0.07 -- Mon Jun 30 09:27:04 CDT 2008
* Added support for .tar.bz2 archive extension
0.06 -- Mon Sep 20 14:28:32 BST 2004
* Added support for CPAN id containing a numerical digit (IBMTORDB2)
0.05 -- Wed Jul 14 20:26:26 BST 2004
* Added pathname attribute and method to return path passed to constructor
2003-12-02 Graham Barr <[email protected]>
* Release 0.04
* Added the archive extension, Thanks Thomas Klausner
2003-10-23 Graham Barr <[email protected]>
* Release 0.03
* Fixed a bug extracting 2 character cpan ids from the path
2003-10-15 Graham Barr <[email protected]>
* Release 0.02
* Fix so the V3_1_1 of Unicode-Collate-Standard-V3_1_1-0.1.tar.gz is not treated
as part of the version
* Changed API to be OO based