Tighter range of verisons.
[perl-App-RetroPAN.git] / t / retropan.t
blob0a12916910c740c1b4a115aa5c217da480db27ef
1 #!/usr/bin/env perl
2 # vim:ts=4:shiftwidth=4:expandtab
4 use strict;
5 use warnings;
6 use Test::More;
8 use App::RetroPAN;
9 use File::Temp qw/ tempdir /;
11 use_ok 'App::RetroPAN';
13 my $ua = LWP::UserAgent->new();
14 my $req = HTTP::Request->new( GET => "https://fastapi.metacpan.org/" );
15 my $res = $ua->request($req);
17 SKIP: {
18 skip "Cannot reach API server" if !$res->is_success;
20 ok $res->is_success, "API server reachable";
22 my ($author, $dist, $url) = App::RetroPAN::find_module_on_date("Moose", "2011-01-01T00:00:00");
24 is($dist, "Moose-1.21");
25 is($author, "DROLSKY");
26 like($url, qr/^http.*Moose-1\.21\.tar\.gz/);
28 ($author, $dist, $url) = App::RetroPAN::find_module_on_date("Pod::Spell", "2002-01-01T00:00:00");
29 is($dist, "Pod-Spell-1.01");
30 is($author, "SBURKE");
32 ($author, $dist, $url) = App::RetroPAN::find_module_on_date("Pod::Spell", "2016-02-22T00:00:00");
33 is($dist, "Pod-Spell-1.19");
34 is($author, "DOLMEN");
36 ($author, $dist, $url) = App::RetroPAN::find_module_on_date("Class::C3", "2011-01-01T00:00:00");
37 is($dist, "Class-C3-0.23");
38 is($author, "FLORA");
40 ($author, $dist, $url) = App::RetroPAN::find_module_on_date("DBI", "2015-01-01T00:00:00");
41 is($dist, "DBI-1.632");
42 is($author, "TIMB");
44 my @deps = App::RetroPAN::find_module_dependencies("DROLSKY", "Moose-1.21");
45 is_deeply(\@deps, [qw/ Test::Requires Test::Fatal Params::Util Data::OptList Sub::Name Class::MOP Task::Weaken Try::Tiny Package::DeprecationManager List::MoreUtils Sub::Exporter /]);
47 my ($dists_required, $dist_to_url) = App::RetroPAN::find_deps_on_date("2011-01-01T00:00:00", "Moose");
48 isa_ok($dist_to_url, 'HASH');
51 local $TODO = "B::Debug was removed from core" if ($^V ge v5.30.0);
52 is_deeply($dists_required, [qw|
53 CHOCOLATE/Scope-Guard-0.20
54 FLORA/Devel-GlobalDestruction-0.03
55 DOY/Package-Stash-0.13
56 FLORA/Algorithm-C3-0.08
57 FLORA/Class-C3-0.23
58 FLORA/MRO-Compat-0.11
59 FLORA/Sub-Name-0.05
60 DROLSKY/Class-MOP-1.11
61 ADAMK/Task-Weaken-1.03
62 DOY/Try-Tiny-0.09
63 RJBS/Test-Fatal-0.003
64 TOKUHIROM/Test-Requires-0.06
65 DROLSKY/Package-DeprecationManager-0.10
66 VPARSEVAL/List-MoreUtils-0.24
67 RJBS/Sub-Install-0.925
68 RJBS/Data-OptList-0.106
69 ADAMK/Params-Util-1.03
70 RJBS/Sub-Exporter-0.982
71 DROLSKY/Moose-1.21
72 |]);
75 my $td = tempdir( CLEANUP => 1 );
77 App::RetroPAN::make_minicpan($td, $dists_required, $dist_to_url);
78 ok -f "$td/modules/02packages.details.txt";
80 ($dists_required, $dist_to_url) = App::RetroPAN::find_deps_on_date("2015-01-01T00:00:00", "Catalyst");
81 isa_ok($dist_to_url, 'HASH');
84 local $TODO = "B::Debug was removed from core" if ($^V ge v5.30.0);
85 local $TODO = "inc::latest, Module::Build, CGI removed from core" if ($^V lt v5.20.0);
86 is_deeply($dists_required, [qw|
87 MIYAGAWA/Plack-1.0033
88 MIYAGAWA/Plack-Middleware-ReverseProxy-0.15
89 MRAMBERG/Text-SimpleTable-2.03
90 FLORA/Class-C3-Adopt-NEXT-0.13
91 FULLERMD/CGI-Struct-1.21
92 ETHER/MooseX-MethodAttributes-0.29
93 SZABGAB/CGI-Simple-1.115
94 SWEETKID/Plack-Middleware-RemoveRedundantBody-0.05
95 RSAVAGE/Tree-Simple-1.24
96 RSAVAGE/Tree-Simple-VisitorFactory-0.12
97 EBHANSSEN/Test-Trap-v0.3.0
98 ETHER/MooseX-ConfigFromFile-0.13
99 BRICAS/Config-Any-0.24
100 ETHER/MooseX-SimpleConfig-0.11
101 ETHER/Moose-2.1403
102 ETHER/MooseX-Getopt-0.65
103 MIYAGAWA/Plack-0.9956
104 FLORA/MooseX-Emulate-Class-Accessor-Fast-0.00903
105 SIMONW/Module-Pluggable-5.1
106 SWEETKID/Plack-Middleware-FixMissingBodyInRedirect-0.12
107 FLORA/Plack-Test-ExternalServer-0.01
108 INGY/Inline-0.78
109 INGY/Pegex-0.59
110 PARDUS/File-BaseDir-0.03
111 PARDUS/File-MimeInfo-0.9
112 URI/File-ReadBackwards-1.05
113 FREW/IO-All-0.85
114 INGY/YAML-LibYAML-0.55
115 INGY/Inline-C-0.71
116 DAGOLDEN/Dist-Zilla-Plugin-OSPrereqs-0.005
117 APOCAL/Pod-Spell-CommonMistakes-1.002
118 LEONT/ExtUtils-Helpers-0.022
119 LEONT/ExtUtils-InstallPaths-0.010
120 REHSACK/Config-AutoConf-0.309
121 DAGOLDEN/inc-latest-0.500
122 REHSACK/Data-Tumbler-0.008
123 SHLOMIF/File-Find-Object-v0.2.12
124 ISHIGAKI/Archive-Any-Lite-0.10
125 AUDREYT/Algorithm-Diff-XS-0.04
126 TYPESTER/Array-Diff-0.07
127 DOMM/Pod-Strip-1.02
128 DOMM/Module-ExtractUse-0.33
129 SUKRIA/Test-TinyMocker-0.05
130 XSAWYERX/MetaCPAN-API-0.44
131 KENTNL/Dist-Zilla-Plugin-Git-Remote-Check-0.1.2
132 DAGOLDEN/superclass-0.003
133 DAGOLDEN/HTTP-Tiny-UA-0.003
134 KENTNL/Net-Travis-API-0.001001
135 KENTNL/Dist-Zilla-UtilRole-MaybeZilla-0.001000
136 FREW/Log-Contextual-0.006004
137 FREW/Data-Dumper-Concise-2.022
138 KENTNL/Log-Contextual-LogDispatchouli-0.001000
139 KENTNL/Dist-Zilla-Util-Git-Wrapper-0.004001
140 CJM/Dist-Zilla-Plugin-Git-2.029
141 IZUT/Date-Simple-3.03
142 RUBYKAT/Dist-Zilla-Plugin-GitFmtChanges-0.005
143 ALEXBIO/Dist-Zilla-Plugin-Test-CheckManifest-0.04
144 ALEXBIO/Dist-Zilla-Plugin-Clean-0.07
145 BBYRD/Dist-Zilla-TravisCI-1.12
146 BBYRD/Dist-Zilla-Role-PluginBundle-Merged-1.00
147 BBYRD/Dist-Zilla-PluginBundle-Prereqs-0.93
148 RJBS/Dist-Zilla-5.029
149 SWESTRUP/Dist-Zilla-Plugin-ReportPhase-0.03
150 ADAMK/Module-Manifest-1.08
151 ETHER/Test-DistManifest-1.012
152 DOHERTY/Dist-Zilla-Plugin-Test-DistManifest-2.000004
153 VPIT/autovivification-0.14
154 THALJEF/criticism-1.02
155 DOHERTY/utf8-all-0.015
156 HIDEAKIO/autolocale-0.07
157 CHOCOLATE/B-Hooks-OP-Annotation-0.44
158 CHOCOLATE/true-0.18
159 DEXTER/namespace-functions-0.0101
160 VPIT/subs-auto-0.08
161 DCONWAY/Toolkit-0.0.2
162 RKITOVER/vendorlib-0.11
163 BBYRD/sanity-1.03
164 KENTNL/HTTP-Tiny-Mech-1.001001
165 PEGI/WWW-Mechanize-GZip-0.12
166 YANNK/Find-Lib-1.04
167 ANDYA/IPC-ShareLite-0.17
168 RJBS/Cache-Cache-1.07
169 OALDERS/WWW-Mechanize-Cached-1.44
170 PEGI/WWW-Mechanize-Cached-GZip-0.12
171 BBYRD/Dist-Zilla-Role-MetaCPANInterfacer-0.97
172 DOHERTY/Dist-Zilla-Plugin-InstallRelease-0.008
173 ETHER/Dist-Zilla-Plugin-Test-CheckDeps-0.012
174 ETHER/Dist-Zilla-Plugin-CheckBin-0.007
175 RJBS/Pod-Weaver-4.010
176 ALEXBIO/Dist-Zilla-Plugin-GitHub-0.39
177 RKITOVER/Dist-Zilla-Plugin-Git-PushInitial-0.02
178 ETHER/Dist-Zilla-Plugin-Run-0.028
179 ETHER/Dist-Zilla-Plugin-BlockRelease-0.002
180 ROKR/Config-Identity-0.0018
181 RJBS/Software-License-0.103010
182 GFUJI/Mouse-2.4.1
183 BINGOS/Dist-Zilla-Plugin-Meta-Dynamic-Config-0.04
184 CJM/Dist-Zilla-Plugins-CJM-4.26
185 YANICK/Dist-Zilla-Plugin-Covenant-0.1.1
186 JQUELIN/Dist-Zilla-Plugin-Prepender-1.112280
187 ETHER/URI-1.65
188 DROLSKY/URI-FromHash-0.04
189 ETHER/MooseX-Types-URI-0.07
190 HAARG/App-FatPacker-0.010002
191 MLEHMANN/Perl-Strip-1.1
192 MIYAGAWA/App-cpanminus-1.6930
193 RSCHUPP/Module-ScanDeps-1.17
194 MSCHILLI/libwww-perl-6.08
195 RSCHUPP/PAR-Dist-0.49
196 BINGOS/Module-Install-1.14
197 PHRED/Archive-Zip-1.39
198 SREZIC/Parse-CPAN-Packages-Fast-0.08
199 LEONT/Dist-Zilla-Plugin-PPPort-0.007
200 RWSTAUNER/Dist-Zilla-Role-DynamicConfig-1.002
201 RWSTAUNER/Dist-Zilla-Role-Stash-Plugins-1.006
202 RWSTAUNER/Dist-Zilla-Stash-PodWeaver-1.005
203 ETHER/MooseX-Types-Common-0.001012
204 DROLSKY/MooseX-Params-Validate-0.19
205 RSRCHBOY/MooseX-Types-Tied-0.003
206 ETHER/MooseX-Types-0.45
207 ILMARI/Parse-Method-Signatures-1.003016
208 DROLSKY/MooseX-AttributeHelpers-0.23
209 ETHER/MooseX-Role-WithOverloading-0.16
210 ETHER/Pod-Coverage-Moose-0.05
211 ETHER/Devel-Declare-0.006017
212 JROCKWAY/Context-Preserve-0.01
213 FLORA/MooseX-Meta-TypeConstraint-ForceCoercion-0.01
214 DRUOSO/MooseX-AuthorizedMethods-0.006
215 DRUOSO/MooseX-TransactionalMethods-0.008
216 ETHER/MooseX-Method-Signatures-0.48
217 ETHER/MooseX-AlwaysCoerce-0.21
218 DROLSKY/MooseX-ClassAttribute-0.27
219 RSRCHBOY/MooseX-Util-0.003
220 RSRCHBOY/MooseX-CurriedDelegation-0.002
221 RSRCHBOY/MooseX-TraitFor-Meta-Class-BetterAnonClassNames-0.002002
222 ETHER/MooseX-Types-LoadableClass-0.013
223 RSRCHBOY/MooseX-AbstractMethod-0.004
224 RSRCHBOY/MooseX-NewDefaults-0.004
225 RSRCHBOY/Reindeer-0.017
226 RSRCHBOY/Dist-Zilla-Role-RegisterStash-0.003
227 BBB/File-NFSLock-1.27
228 KENTNL/File-ShareDir-ProjectDistDir-1.000004
229 XENO/Pod-Spell-1.15
230 RJBS/Dist-Zilla-Plugin-TaskWeaver-0.101627
231 DAGOLDEN/Exception-Class-TryCatch-1.13
232 DAGOLDEN/Getopt-Lucid-1.05
233 JTBRAUN/Parse-RecDescent-1.967009
234 DAGOLDEN/Pod-WikiDoc-0.20
235 RJBS/Pod-Elemental-Transformer-WikiDoc-0.093003
236 MARCEL/Dist-Zilla-Plugin-Bugtracker-1.111080
237 APOCAL/Pod-Weaver-Section-Support-1.007
238 NUFFIN/Tie-RefHash-Weak-0.09
239 FERREIRA/Devel-Hide-0.0009
240 ETHER/Hash-Util-FieldHash-Compat-0.08
241 DOY/MooseX-InsideOut-0.106
242 DEXTER/Symbol-Util-0.0203
243 DEXTER/constant-boolean-0.02
244 DEXTER/Exception-Base-0.25
245 DEXTER/Test-Assert-0.0504
246 DEXTER/Test-Unit-Lite-0.1202
247 DEXTER/MooseX-GlobRef-0.0701
248 CHROMATIC/UNIVERSAL-can-1.20140328
249 KENTNL/Dist-Zilla-Plugin-Prereqs-Soften-0.005001
250 RJBS/Perl-Critic-Lax-0.011
251 KENTNL/Dist-Zilla-Util-BundleInfo-1.001003
252 RJBS/Pod-Elemental-0.103004
253 RJBS/Pod-Elemental-Transformer-List-0.102000
254 KENTNL/Dist-Zilla-Plugin-MetaProvides-2.001002
255 KWILLIAMS/Path-Class-0.35
256 KENTNL/Path-ScanINC-1.000002
257 KENTNL/CPAN-Changes-Group-Dependencies-Details-0.001003
258 KENTNL/CPAN-Changes-Dependencies-Details-0.001004
259 FAYLAND/Net-GitHub-0.69
260 ELLIOTJS/Perl-Critic-Compatibility-1.001
261 YVES/Sereal-Decoder-3.004
262 YVES/Sereal-Encoder-3.004
263 INGY/Data-Denter-0.15
264 ARISTOTLE/Bencode-1.4
265 BOBTFISH/PHP-Serialization-0.34
266 ILYAZ/FreezeThaw-0.5001
267 TLINDEN/Config-General-2.56
268 MIKEWONG/XML-Dumper-0.81
269 DPARIS/Crypt-Blowfish-2.14
270 ORCLEV/Convert-Bencode-1.03
271 MIKO/Data-Taxi-0.96
272 SALVA/Compress-PPMd-0.11
273 IWADE/Convert-Bencode_XS-0.06
274 TODDR/XML-Parser-2.43
275 BJOERN/XML-SAX-Expat-0.51
276 GRANTM/XML-Simple-2.20
277 LDS/Crypt-CBC-2.33
278 NEELY/Data-Serializer-0.60
279 ROUZIER/Data-Serializer-Sereal-1.05
280 ADAMK/File-PathList-1.04
281 THALJEF/Perl-Critic-StricterSubs-0.03
282 THALJEF/Perl-Critic-1.123
283 MITHALDU/PPI-1.220
284 WYANT/Perl-Critic-Policy-Variables-ProhibitUnusedVarsStricter-0.003
285 ELLIOTJS/Perl-Critic-Swift-v1.0.3
286 HAARG/CHI-0.58
287 PETDANCE/Perl-Critic-Bangs-1.10
288 KRYDE/Pod-MinimumVersion-50
289 KRYDE/Perl-Critic-Pulp-88
290 THALJEF/Perl-Critic-Deprecated-1.119
291 RJBS/Perl-Critic-Tics-0.009
292 NEILB/Time-Duration-Parse-0.11
293 SHLOMIF/Digest-JHash-0.08
294 MATEU/MooX-Types-MooseLike-0.27
295 MATEU/MooX-Types-MooseLike-Numeric-1.02
296 REHSACK/Hash-MoreUtils-0.05
297 SORTIZ/LMDB_File-0.07
298 GBARR/TimeDate-2.30
299 ETHER/Test-Class-0.48
300 KENTNL/CHI-Driver-LMDB-0.002003
301 MARCELO/Perl-Critic-Itch-1.0
302 THALJEF/Perl-Critic-More-1.003
303 BRICAS/CPAN-Changes-0.30
304 KENTNL/CPAN-Meta-Prereqs-Diff-0.001002
305 KENTNL/CPAN-Changes-Group-Dependencies-Stats-0.002004
306 KENTNL/Dist-Zilla-Role-BundleDeps-0.002001
307 FAYLAND/Dist-Zilla-Plugin-PerlTidy-0.19
308 KENTNL/Dist-Zilla-Util-CurrentCmd-0.002002
309 RSRCHBOY/TAP-SimpleOutput-0.002
310 RSRCHBOY/Test-Moose-More-0.025
311 SWALTERS/autobox-Core-1.28
312 RSRCHBOY/autobox-Junctions-0.001
313 RSRCHBOY/MooseX-AttributeShortcuts-0.024
314 DROLSKY/MooseX-StrictConstructor-0.19
315 ROKR/Hash-Merge-Simple-0.051
316 KENTNL/Dist-Zilla-Util-EmulatePhase-1.001001
317 KENTNL/Dist-Zilla-PluginBundle-Author-KENTNL-2.022003
318 DOLMEN/Dist-Zilla-Plugin-ReportVersions-Tiny-1.10
319 DAGOLDEN/Dist-Zilla-Plugin-CheckExtraTests-0.025
320 KENTNL/Module-Data-0.007
321 KENTNL/Dist-Zilla-Plugin-Prereqs-MatchInstalled-1.001002
322 KENTNL/Dist-Zilla-Plugin-Prereqs-MatchInstalled-All-1.001000
323 DAGOLDEN/Dist-Zilla-Plugin-RemovePhasedPrereqs-0.002
324 DAGOLDEN/Dist-Zilla-Plugin-Pod2Readme-0.001
325 KGRENNAN/Net-OAuth-0.28
326 ETHER/Dist-Zilla-Plugin-MungeFile-WithDataSection-0.007
327 KENTNL/Git-Wrapper-Plus-0.004010
328 KENTNL/Dist-Zilla-Plugin-Git-NextVersion-Sanitized-0.002002
329 KENTNL/Dist-Zilla-Util-ConfigDumper-0.003006
330 KENTNL/Test-File-ShareDir-1.000005
331 KENTNL/Dist-Zilla-Role-Version-Sanitize-0.002001
332 KENTNL/MooX-Lsub-0.002000
333 KENTNL/Generic-Assertions-0.001001
334 KENTNL/Dist-Zilla-Plugin-Author-KENTNL-RecommendFixes-0.004001
335 JGOFF/Pod-Simple-LaTeX-0.06
336 ILMARI/bareword-filehandles-0.003
337 ZEFRAM/Lexical-SealRequireHints-0.007
338 ILMARI/multidimensional-0.011
339 HAARG/strictures-1.005005
340 MATTP/Data-Perl-0.002009
341 MATTP/MooX-HandlesVia-0.001005
342 FRIEDO/namespace-sweep-0.001
343 ZEFRAM/DynaLoader-Functions-0.002
344 ZEFRAM/Devel-CallChecker-0.006
345 VPIT/indirect-0.33
346 ZEFRAM/Devel-CallParser-0.002
347 DOY/Parse-Keyword-0.08
348 TOBYINK/Type-Tiny-1.000005
349 TOBYINK/Return-Type-0.005
350 ZEFRAM/Data-Alias-1.18
351 TOBYINK/Dist-Inkt-Role-Test-0.002
352 TOBYINK/Dist-Inkt-Role-Release-0.004
353 ISHIGAKI/App-CPANTS-Lint-0.05
354 TOBYINK/Dist-Inkt-Role-Test-Kwalitee-0.002
355 TOBYINK/Dist-Inkt-Role-Hg-0.004
356 TOBYINK/MooseX-AttributeTags-0.002
357 RGARCIA/Test-LongString-0.17
358 TOBYINK/RDF-DOAP-0.012
359 VOJ/RDF-NS-20140910
360 TOBYINK/RDF-TriN3-0.206
361 TOBYINK/PerlX-Maybe-XS-1.001
362 TOBYINK/PerlX-Maybe-1.001
363 TOBYINK/Scalar-Does-0.202
364 TOBYINK/RDF-TrineX-Functions-0.005
365 SALVA/Sort-Key-1.33
366 TOBYINK/RDF-Prefixes-0.005
367 TOBYINK/match-simple-0.009
368 TOBYINK/match-simple-XS-0.001
369 TOBYINK/Sub-Infix-0.004
370 TOBYINK/RDF-TrineX-Serializer-MockTurtleSoup-0.006
371 MSCHWERN/Object-ID-v0.1.2
372 TOBYINK/lexical-underscore-0.003
373 TOBYINK/MooX-Struct-0.013
374 ETHER/MooseX-Traits-0.12
375 DROLSKY/DateTime-1.12
376 ETHER/MooseX-Types-DateTime-0.10
377 DROLSKY/Dist-Zilla-Plugin-Conflicts-0.17
378 ADAMK/Test-Inline-2.213
379 DAGOLDEN/Dist-Zilla-Plugin-BumpVersionAfterRelease-0.008
380 ETHER/Dist-Zilla-Plugin-EnsurePrereqsInstalled-0.008
381 ETHER/MooseX-Types-Structured-0.30
382 ZEFRAM/B-Hooks-OP-Check-0.19
383 VPIT/Scope-Upper-0.25
384 DAGOLDEN/Test-Number-Delta-1.06
385 XAOC/ExtUtils-Depends-0.403
386 FLORA/B-Hooks-OP-PPAddr-0.03
387 VPIT/Variable-Magic-0.55
388 ASH/TryCatch-1.003002
389 TODDR/YAML-Syck-1.29
390 DOWENS/JSON-DWIW-0.47
391 ETHER/JSON-Any-1.38
392 OVID/Test-JSON-0.11
393 SHLOMIF/XML-LibXML-2.0117
394 SIMONFLK/Test-MockModule-0.05
395 DWHEELER/DBIx-Connector-0.53
396 FXN/Algorithm-Combinatorics-0.27
397 MAKAMAKA/Text-CSV-1.32
398 SHLOMIF/Text-Aligner-0.12
399 SHLOMIF/Text-Table-1.130
400 ISHIGAKI/DBD-SQLite-1.46
401 XENO/Dist-Zilla-Plugin-OurPkgVersion-0.005001
402 DAGOLDEN/Dist-Zilla-Plugin-CheckMetaResources-0.001
403 DAGOLDEN/Dist-Zilla-Plugin-InsertCopyright-0.005
404 PERIGRIN/XML-NamespaceFactory-1.02
405 PERIGRIN/XML-CommonNS-0.06
406 TOBYINK/MooseX-ArrayRef-0.005
407 ABW/XML-Namespace-0.02
408 SHLOMIF/Error-0.17022
409 JZUCKER/DBD-RAM-0.072
410 DARNOLD/DBD-Amazon-0.10
411 SDOWIDEIT/AnyData-0.11
412 REHSACK/DBD-AnyData-0.110
413 DARREN/DBD-Google-0.05
414 REHSACK/SQL-Statement-1.405
415 NWCLARK/perl-5.8.8
416 STEFFENW/DBD-PO-2.10
417 TIMB/DBI-1.632
418 HMBRAND/Text-CSV_XS-1.12
419 HMBRAND/DBD-CSV-0.46
420 PERIGRIN/XML-NamespaceSupport-1.11
421 GRANTM/XML-SAX-Base-1.08
422 GRANTM/XML-SAX-0.99
423 RJBS/Data-UUID-1.220
424 GWILLIAMS/RDF-Trine-1.011
425 TOBYINK/Dist-Inkt-DOAP-0.022
426 AUDREYT/Module-Signature-0.73
427 TOBYINK/RDF-DOAP-Lite-0.002
428 DAGOLDEN/Types-Path-Tiny-0.005
429 KENTNL/Path-IsDev-1.001002
430 KENTNL/Path-FindDev-0.5.2
431 TOBYINK/Dist-Inkt-0.023
432 DAGOLDEN/Dist-Zilla-Plugin-AppendExternalData-0.003
433 DAGOLDEN/Test-Filename-0.03
434 DAGOLDEN/Path-Iterator-Rule-1.008
435 TOBYINK/Test-Tabs-0.005
436 TOBYINK/Dist-Inkt-Profile-TOBYINK-0.023
437 TOBYINK/Kavorka-0.036
438 TOBYINK/Types-ReadOnly-0.002
439 GFUJI/Hash-FieldHash-0.14
440 TOBYINK/Exporter-Tiny-0.042
441 TOBYINK/Type-Tie-0.009
442 TOBYINK/Type-Tiny-XS-0.012
443 EXODIST/Meta-Builder-0.003
444 EXODIST/Exporter-Declare-0.113
445 EXODIST/Fennec-Lite-0.004
446 EXODIST/Mock-Quick-1.108
447 EXODIST/Test-Exception-LessClever-0.006
448 DRTECH/Search-Elasticsearch-1.17
449 PHRED/Any-URI-Escape-0.01
450 ARODLAND/FCGI-ProcManager-0.25
451 ETHER/FCGI-0.77
452 TOKUHIROM/Test-TCP-2.06
453 MIYAGAWA/Devel-StackTrace-AsHTML-0.14
454 GETTY/HTTP-Body-1.19
455 GAAS/HTTP-Message-6.06
456 DDICK/Test-MockTime-0.13
457 KAZEBURO/Time-TZOffset-0.03
458 KAZEBURO/POSIX-strftime-Compiler-0.40
459 KAZEBURO/Apache-LogFormat-Compiler-0.32
460 MIYAGAWA/Hash-MultiValue-0.15
461 DOY/Stream-Buffered-0.03
462 MIYAGAWA/Filesys-Notify-Simple-0.12
463 MARKOV/MIME-Types-2.09
464 MIYAGAWA/HTTP-Server-Simple-PSGI-0.16
465 GAAS/LWP-Protocol-http10-6.03
466 RWSTAUNER/Config-MVP-Slicer-0.302
467 RWSTAUNER/Dist-Zilla-Config-Slicer-0.200
468 MIYAGAWA/Dist-Zilla-Plugin-Prereqs-FromCPANfile-0.08
469 RWSTAUNER/Dist-Zilla-Role-PluginBundle-PluginRemover-0.102
470 MIYAGAWA/Dist-Zilla-Plugin-ReversionOnRelease-0.05
471 DAGOLDEN/Dist-Zilla-Plugin-CheckChangesHasContent-0.007
472 MIYAGAWA/Dist-Zilla-Plugin-LicenseFromModule-0.05
473 MIYAGAWA/Dist-Zilla-Plugin-NameFromDirectory-0.03
474 MIYAGAWA/Dist-Milla-v1.0.9
475 MIYAGAWA/CGI-Compile-0.18
476 MIYAGAWA/CGI-Emulate-PSGI-0.20
477 KASEI/Class-Accessor-0.34
478 RSAVAGE/Crypt-PasswdMD5-1.40
479 CHANSEN/Authen-Simple-0.5
480 CHANSEN/Authen-Simple-Passwd-0.6
481 FLORA/HTTP-Request-AsCGI-1.2
482 AVAR/Hijk-0.18
483 DANKOGAI/URI-Escape-XS-0.12
484 SRI/Mojolicious-5.70
485 AVIF/Time-Duration-1.1
486 PERLANCAR/Progress-Any-0.18
487 SHARYANTO/Perinci-Sub-DepChecker-0.10
488 PERLANCAR/Sah-0.9.31
489 YANICK/File-ShareDir-Tarball-0.2.2
490 SHARYANTO/Text-sprintfn-0.06
491 ADAMK/Algorithm-Dependency-1.110
492 SHARYANTO/Data-ModeMerge-0.30
493 SHARYANTO/Version-Util-0.71
494 NEILB/Lingua-EN-Numbers-Ordinate-1.03
495 PERLANCAR/String-Indent-0.01
496 CHOCOLATE/Scalar-Util-Numeric-0.40
497 PERLANCAR/Data-Sah-0.36
498 PERLANCAR/Perinci-Sub-Wrapper-0.67
499 PERLANCAR/Package-MoreUtil-0.58
500 PERLANCAR/Module-Path-More-0.27
501 PERLANCAR/Riap-1.2.2
502 PERLANCAR/Perinci-Access-Base-0.32
503 CHAMAS/Tie-Cache-0.21
504 ETJ/Event-1.23
505 MUIR/IO-Event-0.813
506 EXODIST/Test-SharedFork-0.29
507 ANDYA/Data-Structure-Util-0.15
508 MLEHMANN/Async-Interrupt-1.2
509 MLEHMANN/Guard-1.023
510 MLEHMANN/EV-4.18
511 MLEHMANN/AnyEvent-7.08
512 MUIR/File-Flock-2014.01
513 CRENZ/Module-Find-0.12
514 ETHER/Any-Moose-0.24
515 ETHER/Crypt-Random-Source-0.10
516 JAWNSY/Math-Random-ISAAC-1.004
517 JAWNSY/Math-Random-ISAAC-XS-1.004
518 MKANAT/Math-Random-Secure-0.06
519 SHARYANTO/UUID-Random-Patch-UseMRS-0.01
520 SHARYANTO/Crypt-Password-Util-0.09
521 SHARYANTO/Unix-Passwd-File-0.12
522 SHARYANTO/String-Wildcard-Bash-0.01
523 PERLANCAR/Complete-Getopt-Long-0.27
524 PERLER/UUID-Random-0.04
525 SHARYANTO/Filesys-Cap-0.01
526 PERLANCAR/Complete-Path-0.06
527 PERLANCAR/Complete-Util-0.21
528 SPROUT/Sub-Delete-1.00002
529 SHARYANTO/Monkey-Patch-Action-0.04
530 PERLANCAR/Complete-0.10
531 PERLANCAR/Complete-Bash-0.15
532 PERLANCAR/Perinci-Sub-Complete-0.70
533 ZEFRAM/Module-List-0.003
534 PERLANCAR/String-Trim-More-0.02
535 PERLANCAR/Perinci-Object-0.21
536 PERLANCAR/Perinci-Examples-0.44
537 PERLANCAR/Perinci-Access-Perl-0.79
538 PERLANCAR/Data-Dmp-0.05
539 PERLANCAR/Data-Dump-OneLine-0.06
540 SHARYANTO/Gen-Test-Rinci-FuncResult-0.04
541 PERLANCAR/Perinci-Sub-Util-0.40
542 SHARYANTO/Perinci-Sub-GetArgs-Array-0.14
543 PERLANCAR/Getopt-Long-Util-0.79
544 PERLANCAR/Rinci-1.1.70
545 PERLANCAR/Perinci-Sub-Normalize-0.08
546 PERLANCAR/Data-Clean-JSON-0.20
547 SHARYANTO/Data-Sah-Normalize-0.01
548 PERLANCAR/String-LineNumber-0.01
549 PERLANCAR/Function-Fallback-CoreOrPP-0.06
550 PERLANCAR/String-PerlQuote-0.01
551 DAGOLDEN/Log-Any-1.02
552 GFUJI/Data-Clone-0.004
553 IBB/Acme-Damn-0.06
554 PERLANCAR/Perl-osnames-0.11
555 PERLANCAR/Perinci-Sub-GetArgs-Argv-0.60
556 PERLANCAR/DefHash-1.0.8
557 PERLANCAR/Test-Rinci-0.09
558 DROLSKY/Dist-Zilla-Plugin-SurgicalPodWeaver-0.0023
559 SHARYANTO/Log-Any-Adapter-Callback-0.09
560 MICKEY/MetaCPAN-Client-1.008000
561 ADAMK/asa-1.03
562 NUFFIN/IO-Handle-Util-0.01
563 SZABGAB/Parallel-ForkManager-1.07
564 DROLSKY/Test-DependentModules-0.20
565 HDP/Config-INI-Reader-Ordered-0.011
566 BARBIE/Test-CPAN-Meta-JSON-0.15
567 JROCKWAY/Test-YAML-Valid-0.04
568 BARBIE/Test-CPAN-Meta-YAML-0.22
569 ETHER/Dist-Zilla-Plugin-Test-CheckBreaks-0.011
570 ETHER/Dist-Zilla-Plugin-Breaks-0.003
571 DAGOLDEN/MooseX-Types-Stringlike-0.003
572 ETHER/Dist-Zilla-Plugin-MakeMaker-Awesome-0.32
573 ETHER/Dist-Zilla-Plugin-DynamicPrereqs-0.009
574 ETHER/Dist-Zilla-Plugin-OptionalFeature-0.020
575 ZOFFIX/WWW-Pastebin-PastebinCom-Create-1.003
576 CFRANKS/Browser-Open-0.04
577 KING/Clipboard-0.13
578 JESSE/HTTP-Server-Simple-0.44
579 GAAS/HTML-Form-6.03
580 GAAS/libwww-perl-5.36
581 GAAS/HTML-Parser-3.71
582 GAAS/libwww-perl-5.22
583 CJM/HTML-Tree-5.03
584 ETHER/WWW-Mechanize-1.73
585 ETHER/App-Nopaste-1.002
586 FERREIRA/Carp-Always-0.13
587 NEILB/Clone-PP-1.06
588 BINGOS/Sort-Naturally-1.03
589 GARU/Data-Printer-0.35
590 DAGOLDEN/Devel-OverrideGlobalRequire-0.001
591 ILMARI/Class-Unload-0.08
592 DOY/Class-Refresh-0.07
593 GAAS/Data-Dump-1.22
594 NEILB/Carp-Assert-0.21
595 MSTEVENS/Proc-InvokeEditor-1.07
596 DOY/Reply-0.37
597 RRWO/Pod-Readme-v1.1.2
598 FAYLAND/Dist-Zilla-Plugin-ReadmeFromPod-0.30
599 KENTNL/Dist-Zilla-Plugin-RewriteVersion-Sanitized-0.001004
600 KENTNL/Dist-Zilla-Plugin-Test-Compile-PerFile-0.003000
601 KENTNL/Dist-Zilla-Plugin-Git-NextRelease-0.004000
602 WYANT/PPIx-Regexp-0.037
603 DARREN/String-Format-1.17
604 RJBS/Email-Address-1.905
605 ELLIOTJS/PPIx-Utilities-1.001000
606 RURBAN/B-Keywords-1.13
607 SANKO/Readonly-2.00
608 ROODE/Readonly-XS-1.05
609 THALJEF/Test-Perl-Critic-1.02
610 DOHERTY/Dist-Zilla-Plugin-Test-Synopsis-2.000005
611 JQUELIN/Dist-Zilla-Plugin-Test-Perl-Critic-2.112410
612 DOHERTY/Dist-Zilla-Plugin-Test-CPAN-Meta-JSON-0.003
613 XENO/Dist-Zilla-Plugin-Test-Version-0.003001
614 APOCAL/Pod-Weaver-Section-SeeAlso-1.003
615 GFUJI/Test-Vars-0.005
616 DOHERTY/Dist-Zilla-Plugin-Test-UnusedVars-2.000006
617 ETHER/Dist-Zilla-Plugin-Test-EOL-0.16
618 MSCHWERN/URI-Find-20140709
619 APOCAL/Test-Pod-No404s-0.02
620 RWSTAUNER/Dist-Zilla-Plugin-Test-Pod-No404s-1.001
621 ETHER/MooseX-SlurpyConstructor-1.2
622 ETHER/Dist-Zilla-Plugin-GenerateFile-ShareDir-0.005
623 HAARG/Dist-Zilla-Plugin-CopyFilesFromRelease-0.004
624 ETHER/Dist-Zilla-Plugin-AuthorityFromModule-0.004
625 ETHER/Dist-Zilla-Plugin-CheckIssues-0.007
626 ETHER/Dist-Zilla-Plugin-CheckSelfDependency-0.009
627 ETHER/Dist-Zilla-Plugin-Test-NoTabs-0.09
628 KEEDI/Pod-Weaver-Section-Contributors-0.009
629 APOCAL/Dist-Zilla-Plugin-MinimumPerl-1.006
630 BRADFITZ/Unicode-CheckUTF8-1.03
631 SYP/Test-Mojibake-1.0
632 SYP/Dist-Zilla-Plugin-MojibakeTests-0.7
633 ETHER/Dist-Zilla-Role-File-ChangeNotification-0.005
634 DSKOLL/IO-stringy-2.110
635 RWSTAUNER/Pod-Markdown-2.002
636 RTHOMPSON/Dist-Zilla-Plugin-ReadmeAnyFromPod-0.142470
637 RJBS/Dist-Zilla-Plugin-Git-Describe-0.004
638 ETHER/Dist-Zilla-Plugin-Test-Kwalitee-2.11
639 KENTNL/Dist-Zilla-PluginBundle-Author-KENTNL-Lite-2.001000
640 ETHER/Dist-Zilla-Plugin-MakeMaker-Fallback-0.016
641 ETHER/Safe-Isa-1.000005
642 ETHER/Dist-Zilla-Plugin-Git-Contributors-0.008
643 ABRAXXA/Test-Portability-Files-0.06
644 DOHERTY/Dist-Zilla-Plugin-Test-Portability-2.000005
645 RTHOMPSON/Dist-Zilla-Plugin-CheckVersionIncrement-0.121750
646 GAAS/Digest-SHA1-2.13
647 GAAS/Digest-HMAC-1.03
648 DOY/Data-Visitor-0.30
649 MMIMS/Net-Twitter-4.01006
650 DAVECROSS/WWW-Shorten-3.06
651 MIYAGAWA/WWW-Shorten-Simple-0.01
652 INGY/Spiffy-0.46
653 INGY/Test-Base-0.88
654 INGY/Test-YAML-1.05
655 INGY/YAML-1.13
656 SHLOMIF/Config-IniFiles-2.83
657 BINGOS/Config-Auto-0.44
658 RJBS/Config-INI-0.025
659 DOHERTY/Dist-Zilla-Plugin-Twitter-0.026
660 RJBS/Dist-Zilla-Plugin-CheckPrereqsIndexed-0.013
661 KENTNL/Dist-Zilla-Plugin-MetaData-BuiltWith-1.004001
662 RJBS/Config-MVP-2.200008
663 RJBS/String-Truncate-1.100602
664 RJBS/Pod-Elemental-PerlMunger-0.200002
665 RJBS/Dist-Zilla-Plugin-PodWeaver-4.006
666 XENO/Test-Version-1.004001
667 DOHERTY/Dist-Zilla-Plugin-Test-CPAN-Changes-0.008
668 KENTNL/Dist-Zilla-Plugin-Prereqs-Recommend-MatchInstalled-0.003001
669 DAVIDO/Set-Scalar-1.29
670 RTHOMPSON/Dist-Zilla-Plugin-CopyFilesFromBuild-0.103510
671 DAGOLDEN/recommended-0.002
672 DAGOLDEN/Test-TempDir-Tiny-0.002
673 ROODE/Iterator-0.03
674 ROODE/Iterator-Util-0.02
675 SMUELLER/Class-XSAccessor-1.19
676 SCHWIGON/Data-DPath-0.50
677 KENTNL/Dist-Zilla-Util-Test-KENTNL-1.005000
678 KENTNL/Dist-Zilla-Plugin-MetaProvides-Package-2.002000
679 BBYRD/Dist-Zilla-Plugin-Config-Git-0.92
680 SAPER/Devel-SimpleTrace-0.08
681 KENTNL/Dist-Zilla-Util-ExpandINI-0.003000
682 KENTNL/Dist-Zilla-App-Command-bakeini-0.002000
683 KENTNL/MooseX-Has-Sugar-1.000004
684 DAGOLDEN/File-chdir-0.1009
685 PJF/IPC-System-Simple-1.25
686 RSRCHBOY/Dist-Zilla-PluginBundle-Git-CheckFor-0.011
687 DAGOLDEN/Version-Next-0.004
688 DAGOLDEN/Dist-Zilla-Plugin-CheckStrictVersion-0.001
689 APOCAL/Dist-Zilla-Plugin-Authority-1.009
690 PHAYLON/syntax-0.004
691 FREW/Syntax-Keyword-Junction-0.003008
692 CHOCOLATE/Scope-Guard-0.20
693 CHOCOLATE/autobox-2.82
694 RJBS/Moose-Autobox-0.15
695 DOHERTY/Dist-Zilla-Plugin-Test-MinimumVersion-2.000005
696 DAGOLDEN/Dist-Zilla-Plugin-Test-ReportPrereqs-0.019
697 ETHER/MooseX-Types-Path-Tiny-0.011
698 NEILB/Sort-Versions-1.60
699 GENEHACK/Git-Wrapper-0.038
700 NEILB/Exporter-Lite-0.06
701 MOTEMEN/Test-Deep-JSON-0.03
702 DAGOLDEN/Dist-Zilla-Plugin-Prereqs-AuthorDeps-0.004
703 ETHER/UNIVERSAL-isa-1.20140927
704 JHI/perl-5.8.1
705 CHROMATIC/Test-MockObject-1.20140408
706 AJGB/Dist-Zilla-Plugin-AutoMetaResources-1.20
707 RJBS/App-Cmd-0.326
708 RJBS/Throwable-0.200012
709 MLEHMANN/Types-Serialiser-1.0
710 MLEHMANN/JSON-XS-3.01
711 MAKAMAKA/JSON-2.90
712 RJBS/String-Errf-0.007
713 RJBS/Role-HasMessage-0.006
714 PHAYLON/Declare-Constraints-Simple-0.03
715 DOY/ExtUtils-MakeMaker-Dist-Zilla-Develop-0.03
716 NUFFIN/Tie-ToObject-0.03
717 RSRCHBOY/MooseX-MarkAsMethods-0.15
718 CHROMATIC/SUPER-1.20141117
719 HAARG/Algorithm-C3-0.10
720 SHAY/Class-Singleton-1.5
721 DROLSKY/List-AllUtils-0.09
722 BDFOY/Test-Output-1.03
723 PETDANCE/Test-Taint-1.06
724 DROLSKY/DateTime-TimeZone-1.83
725 DROLSKY/DateTime-Locale-0.45
726 DROLSKY/DateTime-Format-Strptime-1.56
727 DROLSKY/Class-Factory-Util-1.7
728 DROLSKY/DateTime-Format-Builder-0.81
729 XMIKEW/DateTime-Format-MySQL-0.05
730 HAARG/Role-Tiny-1.003004
731 DCONWAY/Lingua-EN-Inflect-1.895
732 DROLSKY/Specio-0.11
733 ADAMK/Params-Coerce-0.14
734 DOY/MooseX-NonMoose-0.26
735 XENO/File-chmod-0.40
736 ADAMK/Pod-Tests-1.19
737 RSAVAGE/Config-Tiny-2.20
738 ADAMK/Test-ClassAPI-1.06
739 ADAMK/prefork-1.04
740 ADAMK/File-Flat-1.04
741 JHOBLITT/DateTime-Calendar-Mayan-0.0601
742 RKINYON/DBM-Deep-2.0011
743 MIYAGAWA/Data-Section-Simple-0.07
744 TBONE/Locale-US-2.112150
745 LDS/Devel-Cycle-1.12
746 PETDANCE/Test-Memory-Cycle-1.04
747 LBROCARD/DateTime-Stringify-4.08
748 ALEXMV/Module-Refresh-0.17
749 THEPLER/MooseX-Types-Path-Class-0.06
750 DAGOLDEN/File-pushd-1.009
751 RJBS/MooseX-SetOnce-0.200002
752 PEVANS/List-UtilsBy-0.09
753 KENTNL/Dist-Zilla-Role-Bootstrap-1.000003
754 KENTNL/Dist-Zilla-Plugin-Bootstrap-lib-1.001000
755 DAGOLDEN/Dist-Zilla-PluginBundle-DAGOLDEN-0.073
756 ETHER/aliased-0.33
757 ETHER/MooseX-LazyRequire-0.11
758 DROLSKY/Log-Dispatch-2.44
759 RJBS/Log-Dispatch-Array-1.003
760 RJBS/String-Flogger-1.101245
761 RJBS/Sub-Exporter-GlobExporter-0.004
762 RJBS/Log-Dispatchouli-2.012
763 RJBS/IO-TieCombine-1.004
764 ETHER/Test-TempDir-0.09
765 URI/File-Slurp-9999.19
766 BOBTFISH/Directory-Scratch-0.15
767 RSRCHBOY/Dist-Zilla-Plugin-ContributorsFromGit-0.014
768 ETHER/Devel-PartialDump-0.17
769 RJBS/MooseX-Types-Perl-0.101343
770 XENO/Dist-Zilla-Plugin-Test-PodSpelling-2.006008
771 ETHER/Class-Load-XS-0.09
772 STBEY/Carp-Clan-6.04
773 BINGOS/Log-Message-0.08
774 BINGOS/Log-Message-Simple-0.10
775 BINGOS/Term-UI-0.42
776 MIYAGAWA/Term-Encoding-0.02
777 LEONT/ExtUtils-Config-0.008
778 LEONT/Devel-FindPerl-0.012
779 NEILB/Module-Path-0.18
780 RJBS/Perl-PrereqScanner-1.022
781 RJBS/Sub-Exporter-ForMethods-0.100051
782 ETHER/Dist-Zilla-Plugin-Test-CleanNamespaces-0.006
783 ETHER/Dist-Zilla-Plugin-PromptIfStale-0.032
784 ETHER/namespace-autoclean-0.23
785 RJBS/Pod-Eventual-0.094001
786 BINGOS/Dist-Zilla-Plugin-GithubMeta-0.46
787 ETHER/Class-Method-Modifiers-2.11
788 HAARG/Moo-1.006001
789 RJBS/Role-Identifiable-0.007
790 CHORNY/Tie-IxHash-1.23
791 LEONT/File-Slurp-Tiny-0.003
792 BDFOY/Perl-Version-1.013
793 LEONT/Dist-Zilla-Plugin-ModuleBuildTiny-0.008
794 ETHER/Dist-Zilla-Plugin-ModuleBuildTiny-Fallback-0.014
795 ETHER/YAML-Tiny-1.64
796 DROLSKY/Params-Validate-1.13
797 RJBS/Sub-Exporter-0.987
798 RJBS/Getopt-Long-Descriptive-0.098
799 MSCHILLI/Net-HTTP-6.07
800 GAAS/File-Listing-6.04
801 PETDANCE/HTML-Tagset-3.20
802 MIKEM/Net-SSLeay-1.66
803 SULLR/IO-Socket-SSL-2.008
804 GAAS/WWW-RobotRules-6.02
805 GAAS/HTTP-Negotiate-6.01
806 GAAS/HTTP-Cookies-6.01
807 GAAS/HTTP-Daemon-6.01
808 NBEBOUT/NTLM-1.09
809 ABH/Mozilla-CA-20141217
810 MSCHILLI/LWP-Protocol-https-6.06
811 RJBS/CPAN-Uploader-0.103007
812 ETHER/Dist-Zilla-Plugin-Test-Compile-2.051
813 ETHER/Dist-Zilla-Plugin-Keywords-0.006
814 ETHER/Module-Runtime-Conflicts-0.001
815 ROBIN/PadWalker-2.0
816 RCLAMP/Devel-Caller-2.06
817 RCLAMP/Devel-LexAlias-0.05
818 SHANCOCK/Perl-Tidy-20140711
819 DOY/Eval-Closure-0.11
820 RJBS/Config-MVP-Reader-INI-2.101463
821 RJBS/String-RewritePrefix-0.007
822 ETHER/Class-Load-0.22
823 DROLSKY/Package-DeprecationManager-0.13
824 DROLSKY/Module-Implementation-0.09
825 GFUJI/Test-LeakTrace-0.15
826 DOY/Package-Stash-XS-0.28
827 DOY/Dist-CheckConflicts-0.11
828 DOY/Package-Stash-0.37
829 RGARCIA/Sub-Identify-0.09
830 ILMARI/Devel-OverloadInfo-0.002
831 RJBS/MooseX-OneArgNew-0.004
832 RJBS/Mixin-Linewise-0.106
833 ETHER/Test-Warnings-0.019
834 ETHER/Test-Kwalitee-1.22
835 ETHER/B-Hooks-EndOfScope-0.13
836 RIBASUSHI/namespace-clean-0.25
837 FREW/Sub-Exporter-Progressive-0.001011
838 HAARG/Devel-GlobalDestruction-0.13
839 ZEFRAM/Module-Runtime-0.014
840 ETHER/Import-Into-1.002004
841 ETHER/Test-CleanNamespaces-0.16
842 ETHER/MooseX-Role-Parameterized-1.08
843 RJBS/String-Formatter-0.093220
844 DOHERTY/Dist-Zilla-Plugin-InstallGuide-1.200005
845 RURBAN/B-Flags-0.11
846 RURBAN/Opcodes-0.14
847 RURBAN/B-C-1.52
848 TOKUHIROM/Devel-CheckBin-0.02
849 ETHER/Sub-Name-0.12
850 NEILB/PAUSE-Permissions-0.10
851 ISHIGAKI/Test-UseAllModules-0.17
852 ISHIGAKI/Parse-LocalDistribution-0.14
853 ISHIGAKI/Parse-PMFile-0.33
854 ADAMK/File-HomeDir-1.00
855 TYEMQ/Algorithm-Diff-1.1903
856 OVID/Text-Diff-1.41
857 DCANTRELL/Test-Differences-0.63
858 TMTM/Class-Data-Inheritable-0.08
859 DROLSKY/Devel-StackTrace-2.00
860 ZOFFIX/Test-Synopsis-0.11
861 BOBTFISH/Test-EOL-1.5
862 DROLSKY/Exception-Class-1.39
863 CHORNY/Test-Warn-0.30
864 OVID/Test-Most-0.34
865 ISHIGAKI/Test-PAUSE-Permissions-0.05
866 KAZEBURO/Cwd-Guard-0.04
867 DMUEY/File-Copy-Recursive-0.38
868 ADAMK/File-Find-Rule-Perl-1.13
869 RJBS/Test-MinimumVersion-0.101081
870 ABIGAIL/Regexp-Common-2013031301
871 TOKUHIROM/Spellunker-v0.4.0
872 SYOHEX/Devel-CheckCompiler-0.05
873 HIDEAKIO/Module-Build-XSUtil-0.14
874 GOCCY/Compiler-Lexer-0.19
875 ISHIGAKI/Perl-MinimumVersion-Fast-0.15
876 TOKUHIROM/Test-MinimumVersion-Fast-0.04
877 TOKUHIROM/Test-Requires-0.08
878 RCLAMP/Number-Compare-0.03
879 RCLAMP/Text-Glob-0.09
880 RCLAMP/File-Find-Rule-0.33
881 ADAMK/File-Remove-1.52
882 ADAMK/Test-Object-0.07
883 JSTOWE/TermReadKey-2.32
884 ETHER/Dist-Zilla-Plugin-VerifyPhases-0.009
885 ETHER/Dist-Zilla-PluginBundle-Author-ETHER-0.081
886 ETHER/Hook-LexWrap-0.25
887 ADAMK/Test-SubCalls-1.09
888 GAAS/IO-String-1.08
889 DAGOLDEN/PPI-XS-0.902
890 HAYASHI/Term-ReadLine-Gnu-1.25
891 RJBS/IPC-Run3-0.048
892 KWILLIAMS/Probe-Perl-0.03
893 ADAMK/Test-Script-1.07
894 ADAMK/File-Which-1.09
895 TODDR/IO-Tty-1.12
896 TODDR/IPC-Run-0.94
897 MSCHILLI/Log-Log4perl-1.46
898 MSCHILLI/Archive-Tar-Wrapper-0.21
899 ETHER/Dist-Zilla-Plugin-OnlyCorePrereqs-0.019
900 CHANSEN/Unicode-UTF8-0.60
901 DAGOLDEN/Path-Tiny-0.061
902 MJD/Text-Template-1.46
903 DAGOLDEN/Test-FailWarnings-0.008
904 BOBTFISH/MRO-Compat-0.12
905 RJBS/Data-Section-0.200006
906 LEONT/CPAN-Meta-Check-0.009
907 LEONT/Test-CheckDeps-0.010
908 BBYRD/Software-License-CCpack-1.11
909 REYNOLDS/IO-Capture-0.05
910 MIYAGAWA/Module-CPANfile-1.1000
911 ISHIGAKI/ExtUtils-MakeMaker-CPANfile-0.06
912 ISHIGAKI/Module-CPANTS-Analyse-0.96
913 SANBEG/Test-Directory-0.041
914 REHSACK/Test-WriteVariants-0.010
915 REHSACK/List-MoreUtils-0.402
916 ADAMK/Task-Weaken-1.04
917 GARU/Clone-0.37
918 HAARG/local-lib-2.000015
919 LEONT/Module-Build-Tiny-0.039
920 APOCAL/Test-Pod-Spelling-CommonMistakes-1.001
921 RENEEB/Test-CheckManifest-1.28
922 ADAMK/Class-Inspector-1.28
923 GWYN/File-ShareDir-Install-0.10
924 REHSACK/File-ShareDir-1.102
925 DOY/Dist-Zilla-Plugin-PerlVersionPrereqs-0.01
926 DAGOLDEN/Class-Tiny-1.000
927 BARBIE/Test-CPAN-Meta-0.23
928 SARTAK/Test-Spelling-0.20
929 DAGOLDEN/Capture-Tiny-0.27
930 BOBTFISH/Test-NoTabs-1.3
931 DOY/Try-Tiny-0.22
932 RJBS/Test-Fatal-0.014
933 RCLAMP/Pod-Coverage-0.23
934 DAGOLDEN/Sub-Uplevel-0.24
935 EXODIST/Test-Exception-0.35
936 ANDK/Devel-Symdump-2.14
937 NEILB/Test-Pod-Coverage-1.10
938 LEONT/PerlIO-utf8_strict-0.005
939 ADAMK/Params-Util-1.07
940 RJBS/Data-OptList-0.109
941 RJBS/Sub-Install-0.928
942 ADAMK/Test-NoWarnings-1.04
943 RJBS/Test-Deep-0.114
944 LEONT/Module-Build-0.4210
945 DWHEELER/Test-Pod-1.48
946 RJBS/Pod-Coverage-TrustPod-0.100003
947 CJM/IO-HTML-1.001
948 GAAS/HTTP-Date-6.02
949 JDB/Win32-Console-0.10
950 GAAS/Encode-Locale-1.03
951 GAAS/LWP-MediaTypes-6.02
952 BDFOY/Business-ISBN-20001010
953 CORION/Test-Without-Module-0.18
954 MLEHMANN/common-sense-3.73
955 RURBAN/Cpanel-JSON-XS-3.0113
956 ETHER/JSON-MaybeXS-1.003003
957 JJNAPIORK/Catalyst-Runtime-5.90075
958 |], "Why re-invent the wheel?");
961 done_testing();