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