forked from tokuhirom/cpan-outdated
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changes
151 lines (92 loc) · 3.08 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
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
{{$NEXT}}
0.28 2013-03-28T10:26:27Z
- Fixed deps
(reported by aer0++)
0.27 2013-03-28T09:08:51Z
- packaging, again
0.26 2013-03-28T02:43:34Z
- re-packaging
0.25 2013-03-28T02:13:05Z
commit 6843e0eb2fed8e0cbffabae0b3b87b49d75fd177
Author: Oleg Gashev <[email protected]>
Date: Wed Mar 27 16:21:05 2013 -0400
Fix lintian warning: manpage-has-bad-whatis-entry usr/share/man/man3/App::cpanoutdated.3pm.gz.
http://lintian.debian.org/tags/manpage-has-bad-whatis-entry.html.
0.24
commit 542e8c296fc59c28d8e98aae7a65b3cf67cb12d1
Author: Sharl Morlaroll <[email protected]>
Date: Tue Oct 23 01:19:00 2012 +0900
fix --exclude-core
0.23
- setup abstract
https://rt.cpan.org/Public/Bug/Display.html?id=77958
0.22
- better error diag, reported by ssb++
0.21
- Fixed: Failure if module CPAN version is 'bogus'
https://rt.cpan.org/Public/Bug/Display.html?id=73465
(Reported by dolmen)
0.20
- use Module::Metadata for better handling of version and package extra
(Tatsuhiko Miyagawa)
0.19
- better packaging
0.18
- hmmm. i released broken dist at last night with too much alchole...
me--.
0.17
- fixed cpan doc fix(Olaf Alders)
0.16
- skip perl distribution not only for perl-X.Y.Z.tar.gz but also perl-X.Y.Z.tar.bz2(kmx)
0.15
- --compare-changes deprecated. It can use cpan-listchanges instead.(nihen)
0.14
- doc enhancements(gfx)
0.13
- Support -p|--print-package option for cpanm version tracking
(miyagawa)
0.12
- Do not install old distribution.
(reported by leedo)
https://github.com/tokuhirom/cpan-outdated/issues/issue/4/
- Do not modify @INC on -l and -L.
It breaks lazy loading in LWP.
0.11
- removed -I option(sorry, It's my misstake.)
- added -l and -L option for local::lib support.
Option meaning is same as cpanm.
suggested by Sebastian Willert [RT#59454]
0.10
- added -I option, suggested by Sebastian Willert [RT#59454]
0.09
- added --compare-changes option(by nihen++)
0.08
- fixed Win32::GUI::Constants::Tags issue.
02packages.details.txt.gz says version number is 'undef'.
but EU::MM says '0.04'.
(reported by aer0++, fixed by chiba++)
It's distribution issue. But I added workaround.
0.07
- depend to EU::MM 6.56 for better version number parsing.
(thanks to chiba++)
0.06
- version number comparator should be more permissive
RT#58165(reported by Rafael Kitover)
0.05
- allow specifying alternate mirror urls(doy++)
0.04
- oops. 0.03 is wrong release.
( no feature changes)
0.03
- added workaround for MM->parse_version() issue around Authen::Simple::Apache.
(The issue was reported to EU::MM authors)
(reported by rafl++)
- switch to version.pm instead of copied CPAN::Version.
Yes, it's not 5.8 core module.
But, if you want to use this command, you can install version.pm :P
(suggested by hanekomu++)
0.02
- shut up warnings on v-string
(reported by aer0++)
0.01
- initial release