On 04/09/2017 08:54 PM, James E Keenan wrote:
On 04/09/2017 11:33 AM, James E Keenan wrote:
An updated printout of the CPAN River is available here:

https://gist.github.com/jkeenan/a7670b2ffe1ffe3e8d8cbdbc2b3dd721




Today I began a fifth round of testing.  As in the previous round of
testing, I am doing so to reflect (a) the generation of a new CPAN
river file, 'cpan.river.20170409.csv'; and (b) an understanding of why
'PERL_USE_UNSAFE_INC' must be set to '0' before using the 'cpanm'
build against Perl 5 blead.  But I also hope to detect the effect of
CPAN distributions that have been updated to accommodate
no-dot-by-default-in-@INC.

1. The new input file is, as mentioned above,
'cpan.river.20170409.csv'.

2. The first program continues to be 'csv-get-upriver-distros.pl'.  I
will fetch the first 2000, rather than just the first 1000,
distributions from the input file.

#####
$ cd ~/learn/perl/cpan-river
$ perl csv-get-upriver-distros.pl 2000 > fifth-round-top-2000.txt
#####

This program excludes distributions which are shipped with the Perl 5
core as well as certain previously identified as hard-to-test
distributions like mod_perl, Term::ReadLine::Perl, X11-Protocol.

3. I used the previously built perl5 blead for testing:

#####
$ ./bin/perl -v | head -2 | tail -1
This is perl 5, version 26, subversion 0 (v5.26.0 (v5.25.11-50-gb57dd50)) built for x86_64-linux
#####

... and again used Miyagawa's up-to-the-minute cpanm against that
perl.

#####
$ ./bin/perl -MApp::cpanminus -E 'say $App::cpanminus::VERSION;'
1.7043
#####

4. Adapting nudge from KENTNL, I worked from a just-updated local
minicpan repository.

#####
$ minicpan
$ cd ~/testing/blead
$ export PERL_USE_UNSAFE_INC=0
$ date > startcpanm
$ cat ~/learn/perl/cpan-river/fifth-round-top-2000.txt | \
    xargs bin/cpanm --mirror ~/minicpan --verbose; date > endcpanm
#####

5. Copied and renamed the 'cpanm' build.log to
20170412-2000-build.log.gz.

#####
$ cd ~/.cpanm/latest-build
$ gzip -v -c build.log > ~/learn/perl/cpan-river/20170412-2000-build.log.gz
#####

6. grepped out relevant lines from the build log:

#####
$ cd ~/learn/perl/cpan-river
$ zgrep FAIL 20170412-2000-build.log.gz | grep -v 'Result: FAIL' | \
    sed -e 's/^-> //' > 20170412-2000-fails.txt
#####

7. Used a revised version of 'order-battle.pl' to record the order in
which various modules *first* appeared in the 'fails' file and the
total number of times each module was cited. Results are attached as
'order-of-battle-20170412.txt'.

#####
$ perl order-battle.pl 20170412-2000-fails.txt 1> order-of-battle-20170412.txt
#####

What is the "order of battle"?  It's an approximation of the order in
which, as of today, we need to get new CPAN releases out so that
down-river distros are no longer failing due to failures in their
upstream dependencies.

For me the most interesting aspect of this fifth round is that 29
distributions which appeared in order-of-battle-20170409.txt (the
previous round focusing on no-dot) no longer appear in
order-of-battle-20170412.txt.  That is, their no-dot problems -- and,
perhaps more importantly, the no-dot problems of their prerequisites
-- have been resolved and the distros are now installable under
PERL_USE_UNSAFE_INC=0.  Thanks to Rafael Garcia-Suarez for uploading a
new version of Sub::Identify which was #7 on the earlier list.  This
upload cleared its reverse dependencies to be fully installable as
well.

Thank you very much.
Jim Keenan

  1  Module::Runtime                                       60
  2  Module::Implementation                                 6
  3  Dist::CheckConflicts                                   7
  4  Package::Stash                                        13
  5  B::Hooks::EndOfScope                                  11
  6  namespace::clean                                      64
  7  File::ShareDir                                        29
  8  namespace::autoclean                                  95
  9  Class::Load                                           34
 10  Package::DeprecationManager                            4
 11  Test::CleanNamespaces                                  1
 12  Class::Load::XS                                        1
 13  Devel::OverloadInfo                                    1
 14  Module::Runtime::Conflicts                             1
 15  Moose                                                176
 16  Moo                                                   76
 17  Params::Validate                                      23
 18  Specio                                                 5
 19  Params::ValidationCompiler                             3
 20  Test::File::ShareDir                                   5
 21  Specio::Library::String                                3
 22  Specio::Library::Builtins                              4
 23  DateTime::TimeZone                                     9
 24  DateTime::Locale                                       6
 25  DateTime                                              48
 26  Sub::Exporter::ForMethods                             11
 27  Moose::Util::TypeConstraints                          49
 28  Moose::Meta::TypeConstraint::Union                     1
 29  Moose::Role                                           68
 30  Moose::Exporter                                       18
 31  MooseX::Types                                         25
 32  DBI                                                   40
 33  Test::TCP                                             13
 34  Getopt::Long::Descriptive                             10
 35  MooseX::Role::WithOverloading                          3
 36  Test::Moose                                           18
 37  Moose::Util                                           21
 38  Moose::Meta::Role                                      2
 39  MooseX::Role::Parameterized                           14
 40  Net::SSLeay                                            8
 41  Test::Name::FromLine                                   2
 42  Test::Time                                             2
 43  Cookie::Baker                                          4
 44  Plack                                                 17
 45  IO::Socket::SSL                                        7
 46  PPI                                                   19
 47  LWP::Protocol::https                                   8
 48  IPC::Run                                               8
 49  DBD::SQLite                                           20
 50  Moo::Role                                             22
 51  Throwable                                              7
 52  Moose::Meta::Attribute                                 4
 53  Moose::Meta::Class                                     6
 54  MooseX::Getopt                                        10
 55  App::Cmd                                               3
 56  Log::Dispatch                                          6
 57  Lexical::SealRequireHints                              4
 58  bareword::filehandles                                  3
 59  multidimensional                                       4
 60  strictures                                            12
 61  Plack::Util                                            4
 62  Plack::Builder                                         3
 63  Plack::Middleware                                      4
 64  Plack::Test                                            7
 65  Plack::Middleware::FixMissingBodyInRedirect            3
 66  Plack::Middleware::RemoveRedundantBody                 3
 67  Import::Into                                          13
 68  HTML::TreeBuilder                                      9
 69  WWW::Mechanize                                        11
 70  Log::Dispatch::Output                                  4
 71  Log::Dispatch::Array                                   3
 72  MooseX::OneArgNew                                      2
 73  Role::HasMessage                                       2
 74  Log::Dispatch::Syslog                                  2
 75  Log::Dispatch::Screen                                  2
 76  Log::Dispatch::File                                    2
 77  Log::Dispatchouli                                      4
 78  Role::Identifiable                                     1
 79  Role::Identifiable::HasIdent                           1
 80  StackTrace::Auto                                       1
 81  Config::MVP                                            3
 82  Config::MVP::Reader                                    2
 83  Config::MVP::Reader::Findable::ByExtension             2
 84  Config::MVP::Reader::INI                               3
 85  PadWalker                                             12
 86  MooseX::LazyRequire                                    4
 87  Plack::Request                                         7
 88  Plack::Middleware::ReverseProxy                        2
 89  DateTime::Locale::FromData                             1
 90  DateTime::Locale::Base                                 1
 91  Specio::Exporter                                       2
 92  Specio::Declare                                        3
 93  DateTime::Format::Strptime                             8
 94  MooseX::Types::Moose                                  28
 95  Moose::Util::MetaRole                                  8
 96  MooseX::MethodAttributes                               2
 97  Plack::Util::Accessor                                  2
 98  Plack::Middleware::MethodOverride                      2
 99  MooseX::Emulate::Class::Accessor::Fast                 7
100  Plack::Loader                                          2
101  Plack::Test::ExternalServer                            2
102  Plack::Middleware::ContentLength                       1
103  MooseX::MethodAttributes::Role::AttrContainer::Inheritable     1
104  Plack::Middleware::IIS7KeepAliveFix                    1
105  Plack::Middleware::LighttpdScriptNameFix               1
106  Plack::Middleware::Head                                1
107  Plack::Middleware::Conditional                         1
108  Plack::Middleware::HTTPExceptions                      1
109  Plack::Request::Upload                                 1
110  Plack::Middleware::IIS6ScriptNameFix                   1
111  Catalyst::Runtime                                     17
112  MooX::Types::MooseLike                                 6
113  PPI::Document                                          7
114  Perl::PrereqScanner                                    3
115  CPAN::Uploader                                         2
116  MooseX::Types::Perl                                    5
117  MooseX::SetOnce                                        2
118  Config::MVP::Section                                   2
119  Config::MVP::Reader::Finder                            2
120  App::Cmd::Tester                                       2
121  App::Cmd::Tester::CaptureExternal                      1
122  Config::MVP::Assembler                                 2
123  App::Cmd::Setup                                        2
124  Config::MVP::Assembler::WithBundles                    2
125  App::Cmd::Command::version                             1
126  Dist::Zilla                                           33
127  SQL::Abstract                                          4
128  Regexp::Common                                         7
129  IO::All                                                4
130  List::UtilsBy                                          7
131  Module::Signature                                      2
132  Test::Class                                            6
133  MooseX::Types::Path::Class                             7
134  Class::Accessor::Grouped                               5
135  DateTime::Format::Builder                              8
136  PPIx::Regexp                                           3
137  Data::Visitor                                          9
138  DBIx::Class                                           19
139  Pod::Spell                                             3
140  List::SomeUtils                                        4
141  Data::Clean                                            2
142  Data::Clean::JSON                                      5
143  PPI::Dumper                                            1
144  PPI::Document::Fragment                                1
145  PPIx::Utilities                                        1
146  PPI::Node                                              1
147  PPI::Token::Quote::Single                              1
148  PPIx::Utilities::Node                                  1
149  PPIx::Utilities::Statement                             1
150  PPI::Document::File                                    1
151  PPI::Token::Whitespace                                 1
152  Perl::Critic                                           3
153  Test::WWW::Mechanize                                   5
154  List::AllUtils                                         6
155  Module::CPANfile                                       8
156  IPC::System::Options                                   6
157  syntax                                                 4
158  File::ShareDir::Tarball                                3
159  YAML::Syck                                             7
160  Nodejs::Util                                           2
161  Devel::Declare                                         7
162  Data::Sah::Coerce                                      2
163  Package::Variant                                       4
164  HTTP::Message::PSGI                                    4
165  Test::WWW::Mechanize::PSGI                             5
166  Data::Sah::CoerceCommon                                1
167  Data::Sah                                              3
168  Unicode::LineBreak                                     1
169  Perinci::Sub::Wrapper                                  3
170  Data::Clean::FromJSON                                  1
171  Perinci::Sub::GetArgs::Argv                            6
172  Syntax::Keyword::Junction                              3
173  ExtUtils::PkgConfig                                    9
174  Pod::Elemental                                         7
175  Perinci::Sub::Complete                                 3
176  MooseX::Types::Stringlike                              3
177  Perinci::Access::Perl                                  2
178  SQL::Translator                                        7
179  MooseX::Types::Path::Tiny                              3
180  Config::IOD::Reader                                    3
181  MooX::ClassAttribute                                   2
182  Perinci::Access::Schemeless                            1
183  Perinci::Access                                        2
184  DateTime::Duration                                     6
185  MooseX::Types::DateTime                                3
186  Perl::Critic::Violation                                1
187  Perl::Critic::Utils                                    3
188  Test::Perl::Critic                                     5
189  Perinci::Sub::To::CLIDocData                           2
190  Perinci::CmdLine::Util::Config                         4
191  Perinci::CmdLine::Gen                                  2
192  Perinci::CmdLine::Help                                 2
193  Dancer                                                 1
194  Test::Perinci::CmdLine                                 2
195  ExtUtils::MakeMaker::CPANfile                          6
196  Perinci::CmdLine::Lite                                 3
197  Data::Perl                                             2
198  MooseX::StrictConstructor                              3
199  MooX::Types::MooseLike::Base                           5
200  MooX::HandlesVia                                       4
201  Devel::PartialDump                                     2
202  DBD::mysql                                             4
203  Catalyst::Plugin::Session                              6
204  URI::FromHash                                          3
205  MooseX::Types::Common                                  2
206  Perinci::CmdLine::Any                                  2
207  Pod::Elemental::Document                               1
208  Pod::Elemental::Transformer::Pod5                      3
209  Pod::Elemental::Element::Nested                        3
210  Pod::Elemental::Element::Pod5::Verbatim                2
211  Pod::Elemental::Types                                  3
212  Pod::Elemental::Transformer::Gatherer                  1
213  Pod::Elemental::Transformer::Nester                    2
214  Pod::Elemental::Selectors                              2
215  Pod::Elemental::Element::Pod5::Command                 2
216  Pod::Elemental::Element::Pod5::Region                  1
217  Pod::Elemental::Element::Pod5::Ordinary                1
218  Pod::Weaver                                            3
219  Data::Printer                                          2
220  DateTime::Format::Mail                                 4
221  HTML::TreeBuilder::XPath                               5
222  Test::Memory::Cycle                                    5
223  Devel::Caller                                          3
224  MooseX::NonMoose                                       2
225  MooseX::Traits                                         2
226  MooX::Types::MooseLike::Numeric                        2
227  DateTime::Format::ISO8601                              3
228  Moose::Meta::TypeConstraint                            3
229  Moose::Meta::TypeConstraint::Parameterizable           1
230  Moose::Meta::TypeCoercion                              1
231  MooseX::Types::Structured                              4
232  Locale::CLDR                                           1
233  Glib                                                   6
234  SOAP::Lite                                             2
235  Data::MessagePack                                      3
236  DateTime::Set                                          3
237  MooseX::Has::Sugar                                     4
238  CHI                                                    2
239  Inline::C                                              2
240  Test::LWP::UserAgent                                   3
241  XML::Atom                                              3
242  Cairo                                                  4
243  Syntax::Keyword::Junction::One                         1
244  Syntax::Keyword::Junction::None                        1
245  Syntax::Keyword::Junction::Any                         1
246  metaclass                                              2
247  Syntax::Keyword::Junction::All                         1
248  Moose::Autobox                                         5
249  Alien::Base::ModuleBuild                               2
250  Alien::Base                                            3
251  DateTime::Format::MySQL                                4
252  DateTime::Format::W3CDTF                               3
253  XML::RSS                                               3
254  ExtUtils::XSpp                                         2
255  AnyEvent                                              16
256  AnyEvent::HTTP                                         4
257  Tk                                                     1
258  DBIx::ContextualFetch                                  2
259  Ima::DBI                                               2
260  Devel::Cover                                           3
261  MooseX::Types::URI                                     2
262  Class::DBI                                             8
263  Text::Xslate                                           5
264  DBIx::Connector                                        2
265  Template                                              14
266  Spoon                                                  2
267  Pango                                                  2
268  Catalyst                                              12
269  Catalyst::Plugin::Session::State::Cookie               2
270  Dancer2                                                1
271  DateTime::Format::Natural                              3
272  PPI::Util                                              1
273  Perl::MinimumVersion                                   3
274  TAP::SimpleOutput                                      2
275  Test::Moose::More                                      4
276  Gtk2                                                   1
277  Params::Classify                                       5
278  DBD::Pg                                                2
279  Sys::Info                                              1
280  Bencher::Backend                                       1
281  Class::Container                                       3
282  Alien::wxWidgets                                       4
283  DateTime::Format::SQLite                               4
284  Set::Object                                            5
285  Test::Compile                                          2
286  Convert::ASN1                                          1
287  Wx                                                     3
288  DateTime::Event::Recurrence                            2
289  Dist::Zilla::Role::Plugin                              8
290  Dist::Zilla::Plugin::Config::Git                       2
291  Dist::Zilla::Role::PluginBundle                        3
292  Dist::Zilla::Role::VersionProvider                     3
293  Dist::Zilla::Role::AfterRelease                        7
294  Test::DZil                                            35
295  Dist::Zilla::Tester                                    9
296  Dist::Zilla::Role::AfterBuild                          5
297  Dist::Zilla::Role::Releaser                            3
298  Dist::Zilla::Role::GitConfig                           1
299  Dist::Zilla::Role::BeforeRelease                       9
300  Dist::Zilla::File::InMemory                           20
301  Dist::Zilla::Role::FilePruner                          4
302  Dist::Zilla::Role::AfterMint                           3
303  Dist::Zilla::Plugin::GatherDir                         1
304  Dist::Zilla::Plugin::Git                               1
305  DBIx::Class::IntrospectableM2M                         2
306  MooX::File::ConfigDir                                  2
307  MooseX::Meta::TypeConstraint::Mooish                   2
308  Archive::Any::Lite                                     1
309  MooX::ConfigFromFile                                   2
310  MooseX::Types::Common::String                          1
311  MooseX::AttributeShortcuts                             3
312  Locale::TextDomain                                     4
313  Text::LineFold                                         1
314  MooX::Options                                          3
315  HTML::Mason                                            3
316  Module::CPANTS::Analyse                                2
317  Module::Info                                           2
318  Pod::Elemental::PerlMunger                             2
319  Moose::Exception                                       1
320  Moose::Meta::TypeConstraint::Role                      1
321  MooseX::Params::Validate                               2
322  Dist::Zilla::Role::FileFinderUser                     10
323  Pod::Weaver::Config::Assembler                         2
324  Dist::Zilla::Role::FileMunger                         13
325  Dist::Zilla::Plugin::PodWeaver                         2
326  Data::Visitor::Callback                                4
327  MooseX::Clone                                          5
328  Test::File                                             2
329  String::ToIdentifier::EN                               2
330  String::CamelCase                                      3
331  DBIx::Class::Schema::Loader                            1
332  Test::MinimumVersion                                   3
333  Catalyst::Action::RenderView                           2
334  Catalyst::Plugin::Session::Store::Dummy                1
335  Test::WWW::Mechanize::Catalyst                         1
336  MooseX::Aliases                                        3
337  Furl                                                   1
338  Data::Dump::Streamer                                   3
339  File::Share                                            2
340  Parse::Method::Signatures                              4
341  DBICx::TestDatabase                                    3
342  MooseX::Types::LoadableClass                           3
343  Catalyst::Plugin::ConfigLoader                         2
344  MooseX::ConfigFromFile                                 2
345  HTML::Element                                          2
346  HTML::Formatter                                        1
347  IRI                                                    2
348  Unicode::GCString                                      3
349  String::Print                                          3
350  Log::Report::Optional                                  2
351  MooX::Aliases                                          2
352  PerlIO::via::Timeout                                   2
353  DateTime::Event::ICal                                  2
354  IO::Socket::Timeout                                    2
355  Log::Report                                            6
356  Data::FormValidator                                    3
357  MooseX::ArrayRef                                       2
358  Moose::Meta::Role::Attribute                           1
359  MooseX::ClassAttribute                                 1
360  RDF::Trine                                             4
361  Test::Kwalitee                                         2
362  Catalyst::Plugin::Static::Simple                       2
363  XML::Feed                                              2
364  Config::Onion                                          2
365  DateTime::Format::Pg                                   3
366  ORLite                                                 3
367  System::Command                                        2
368  Text::Hogan                                            1
369  Class::MOP                                             5
370  Catalyst::Plugin::Authentication                       3
371  Text::Hogan::Compiler                                  1
372  Catmandu                                               1
373  DateTime::Format::ICal                                 2
374  Git::Repository                                        3
375  Plack::Middleware::Session                             2
376  Redis                                                  2
377  Template::Timer                                        2
378  Catalyst::View::TT                                     1
379  DateTime::Format::Flexible                             2
380  Coro                                                   1
381  MooseX::MarkAsMethods                                  2
382  Catalyst::Component::InstancePerContext                2
383  Class::Mix                                             2
384  Net::Server                                            2
385  DateTime::Format::DateParse                            1
386  Dist::Zilla::Role::TextTemplate                       15
387  Dist::Zilla::Role::FileGatherer                       19
388  Dist::Zilla::Role::PrereqSource                       17
389  Dist::Zilla::Dist::Builder                             3
390  Dist::Zilla::Plugin::Test::Compile                     1
391  Throwable::Error                                       2
392  Email::Sender                                          1
393  MooseX::SimpleConfig                                   2
394  Crypt::Eksblowfish                                     2
395  MooseX::Storage                                        1
396  SQL::Statement                                         2
397  File::NFSLock                                          4
398  MooseX::Traits::Pluggable                              2
399  Web::Scraper                                           2
400  DBIx::Class::DynamicDefault                            2
401  Log::Minimal                                           2
402  DBM::Deep                                              3
403  HTML::FormatText                                       1
404  HTML::FormatText::WithLinks                            3
405  MooseX::Meta::TypeConstraint::ForceCoercion            2
406  DBIx::Class::TimeStamp                                 3
407  Parse::Method::Signatures::Param::Named                1
408  Parse::Method::Signatures::TypeConstraint              1
409  Devel::Declare::Context::Simple                        3
410  Moose::Meta::Method                                    4
411  MooseX::Types::Util                                    1
412  Parse::Method::Signatures::Param::Placeholder          2
413  Parse::Method::Signatures::Types                       1
414  MooseX::Method::Signatures                             2
415  XML::Compile::Tester                                   4
416  Data::Stream::Bulk                                     2
417  XML::Compile                                           4
418  Dist::Zilla::Role::FileWatcher                         2
419  MooseX::Object::Pluggable                              2
420  Module::Build::Pluggable                               3
421  CatalystX::Component::Traits                           2
422  Dist::Zilla::Role::PluginBundle::Easy                  6
423  Dist::Zilla::Role::PPI                                 4
424  Dist::Zilla::Plugin::ReadmeAnyFromPod                  2
425  HTML::Lint                                             2
426  MooX::StrictConstructor                                2
427  Pod::Elemental::Transformer                            2
428  Pod::Elemental::Transformer::List                      1
429  DateTimeX::Easy                                        3
430  Method::Signatures::Simple                             2
431  Devel::Declare::MethodInstaller::Simple                1
432  Method::Signatures                                     1
433  Test::Modern                                           3
434  Catalyst::Model::DBIC::Schema                          2
435  MooseX::SemiAffordanceAccessor                         1
436  Acme::CPANAuthors                                      1
437  Dist::Zilla::Plugin::CheckChangesHasContent            1
438  ORLite::Migrate                                        1
439  PPI::Find                                              1
440  PPIx::EditorTools                                      1
441  Wx::Perl::ProcessStream                                1
442  Debug::Client                                          1
443  Devel::Refactor                                        1
444  Dist::Zilla::Plugin::Test::EOL                         1
445  Wx::Scintilla                                          1
446  XML::Compile::Cache                                    3
447  BSON                                                   1
448  Catalyst::Action::REST                                 2
449  Dist::Zilla::Role::MetaProvider                       11
450  Dist::Zilla::Role::ModuleMetadata                      2
451  Padre                                                  1
452  Test::Spelling                                         2
453  Config::MVP::Slicer                                    3
454  DBIx::TransactionManager                               2
455  Devel::CallChecker                                     2
456  Test::Mock::Guard                                      2
457  XML::DOM                                               1
458  Dist::Zilla::Plugin::GithubMeta                        1
459  Log::Handler                                           2
460  MooseX::Singleton                                      1
461  Authen::SCRAM                                          1
462  Dist::Zilla::Plugin::MetaProvides                      2
463  Locale::Messages                                       2
464  Locale::TextDomain::UTF8                               3
465  REST::Client                                           1
466  Test::Spec                                             1
467  lib::abs                                               1
468  HTML::Scrubber                                         2
469  BSON::Decimal128                                       1
470  Authen::SCRAM::Client                                  1
471  MongoDB                                                1
472  MooX::late                                             2
473  MooseX::Method::Signatures::Types                      1
474  MooseX::Method::Signatures::Meta::Method               1
475  MooseX::Declare                                        1
476  Dist::Zilla::Util                                      4
477  Dist::Zilla::Plugin::Authority                         1
478  Dist::Zilla::Plugin::MinimumPerl                       1
479  MooseX::AttributeHelpers                               1
480  DateTime::Format::HTTP                                 2
481  Dist::Zilla::Plugin::FinderCode                        1
482  Dist::Zilla::Role::FileFinder                          1
483  Dist::Zilla::MetaProvides::ProvideRecord               1
484  Dist::Zilla::Role::MetaProvider::Provider              1
485  Dist::Zilla::Plugin::MetaProvides::Package             1
486  Dist::Zilla::Plugin::Test::NoTabs                      1
487  namespace::sweep                                       2
488  Alien::Build                                           2
489  Dist::Zilla::App                                       4
490  Dist::Zilla::App::Tester                               3
491  Dist::Zilla::Role::TestRunner                          2
492  Dist::Zilla::Plugin::CheckExtraTests                   1
493  File::ChangeNotify                                     2
494  Parse::Yapp                                            1
495  Types::URI                                             1
496  DBD::Mock                                              1
497  Log::Contextual                                        3
498  Plack::Middleware::Debug                               1
499  Template::Declare                                      2
500  MooseX::App                                            2
501  Acme::MetaSyntactic                                    1
502  Dist::Zilla::PluginBundle::Filter                      1
503  Dist::Zilla::Config::Slicer                            1
504  Marpa::R2                                              1
505  MooseX::POE                                            1
506  Twiggy                                                 1
507  lexical::underscore                                    2
508  DBIx::DBSchema                                         2
509  Devel::CallParser                                      2
510  FormValidator::Simple                                  2
511  Rose::DateTime                                         1
512  Scalar::Does                                           1
513  Test::WWW::Selenium                                    2
514  Devel::LexAlias                                        2
515  Pod::Weaver::Role::Dialect                             2
516  Pod::Weaver::Role::Section                             4
517  Dist::Zilla::Plugin::TaskWeaver                        1
518  Dist::Zilla::Role::PluginBundle::PluginRemover         1
519  Email::MIME::CreateHTML                                2
520  Getopt::Lucid                                          2
521  Test2::API                                             1
522  Test::Abortable                                        2
523  Dist::Zilla::File::FromCode                            1
524  Dist::Zilla::Plugin::Test::ReportPrereqs               1
525  ExtUtils::CppGuess                                     1
526  Mixin::Event::Dispatch                                 1
527  App::Cmd::Command                                      1
528  Moose::Object                                          1
529  MooseX::App::Cmd                                       1
530  MooseX::Log::Log4perl                                  2
531  Net::HTTPS::Any                                        2
532  Test::Perinci::Sub::Wrapper                            1
533  Perinci::Sub::Property::result::table                  2
534  Test::Class::Most                                      3
535  Business::OnlinePayment                                1
536  Data::Entropy                                          1
537  Map::Tube::Exception                                   2
538  Test::Routine                                          1
539  Test::Strict                                           1
540  Starman                                                2
541  MooseX::Getopt::OptionTypeMap                          1
542  MooseX::Daemonize                                      2
543  Catalyst::Devel                                        1
544  DBIx::Diff::Schema                                     2
545  Devel::NYTProf                                         1
546  Dist::Zilla::Plugin::Test::Perl::Critic                1
547  Hash::FieldHash                                        3
548  Object::ID                                             2
549  Perl6::Export::Attrs                                   1
550  Plack::Middleware::Deflater                            2
551  SQL::QueryMaker                                        2
552  Test::WithDB                                           1
553  AnyMQ                                                  2
554  Dist::Zilla::Plugin::CopyFilesFromBuild                1
555  Dist::Zilla::Role::FileInjector                        1
556  Dist::Zilla::Plugin::Test::Portability                 1
557  Net::Twitter                                           2
558  SQL::Maker                                             2
559  SQL::Schema::Versioned                                 2
560  MooseX::Getopt::Dashes                                 2
561  Bot::BasicBot::Pluggable                               1
562  DateTime::Format::Duration                             1
563  DBIx::Class::UUIDColumns                               2
564  Jifty::DBI                                             2
565  Map::Tube                                              2
566  Search::Elasticsearch                                  2
567  Text::SimpleTable::AutoWidth                           2
568  XML::Compile::SOAP                                     1
569  Alien::unibilium                                       2
570  App::ShellCompleter::cpanm                             2
571  Dist::Zilla::Plugin::InlineFiles                       6
572  Dist::Zilla::Plugin::Test::MinimumVersion              1
573  Find::Lib                                              2
574  Math::BigInt                                           1
575  Math::BigInt::GMP                                      1
576  Math::Pari                                             2
577  Object::Event                                          1
578  OrePAN                                                 2
579  Data::Sah::Util::Type::Date                            1
580  Perinci::Sub::Gen::AccessTable                         1
581  Scalar::String                                         2
582  Search::Query                                          2
583  Data::Sah::Compiler::perl::TH::array                   1
584  Data::Sah::Coerce::perl::date::obj_TimeMoment          1
585  Test::WithDB::SQLite                                   1
586  Data::Sah::Compiler::perl::TH::str                     1
587  Data::Sah::Coerce::perl::date::float_epoch             1
588  Data::Sah::Coerce::perl::date::str_iso8601             1
589  Data::Sah::Compiler::perl::TH::bool                    1
590  Data::Sah::Compiler::perl::TH::date                    1
591  Data::Sah::Coerce::perl::date::obj_DateTime            1
592  Test::SQL::Schema::Versioned                           1
593  Data::Sah::Compiler::perl::TH::int                     1
594  Compiler::Lexer                                        1
595  App::lcpan                                             2
596  Authen::Simple                                         1
597  Lexical::Persistence                                   2
598  Devel::REPL                                            1
599  Dist::Zilla::Plugin::CheckPrereqsIndexed               1
600  GraphViz                                               1
601  String::Approx                                         3
602  Tickit                                                 1
603  TryCatch                                               1
604  WWW::Search                                            1
605  Authen::DecHpwd                                        2
606  Log::Dispatch::Config                                  1
607  MooseX::Attribute::ENV                                 2
608  MooseX::HasDefaults                                    2
609  SQL::Abstract::Limit                                   2
610  Test::Roo                                              1
611  Text::WideChar::Util                                   3
612  Tie::Hash::Indexed                                     2
613  Web::Hippie                                            1
614  Data::Entropy::Algorithms                              1
615  Crypt::Eksblowfish::Bcrypt                             1
616  Crypt::Eksblowfish::Uklblowfish                        1
617  Authen::Passphrase                                     1
618  CGI::Cookie::Splitter                                  1
619  Net::LibIDN                                            2
620  qbit                                                   3
621  utf8::all                                              1
622  Config::Identity                                       1
623  DBIx::Simple                                           1
624  HTML::Restrict                                         2
625  Test::HTML::Lint                                       1
626  HTML::Mason::Plugin                                    1
627  Jifty                                                  1
628  Keyword::Simple                                        3
629  MetaCPAN::API                                          1
630  RDF::Query                                             1
631  Search::Tools                                          1
632  XML::Tiny                                              2
633  Catalyst::Plugin::Session::Store::File                 1
634  Dist::Zilla::Plugin::InstallGuide                      1
635  Module::Build::Pluggable::CPANfile                     1
636  MooseX::AttributeDocumented                            2
637  MooseX::Types::Set::Object                             2
638  Parse::Keyword                                         3
639  Plack::Test::Agent                                     2
640  QBit::Class                                            2
641  Test::Fake::HTTPD                                      1
642  Text::ANSI::WideUtil                                   2
643  App::Nopaste                                           1
644  Catalyst::Action                                       1
645  Catalyst::Controller                                   1
646  Catalyst::Utils                                        1
647  Catalyst::Test                                         1
648  Catalyst::Controller::ActionRole                       2
649  Class::DBI::Loader                                     3
650  DBIx::Admin::CreateTable                               2
651  DateTime::Format::Oracle                               2
652  HTML::Tree                                             3
653  HTML::Prototype                                        2
654  HTTP::CookieMonster                                    2
655  List::Objects::WithUtils                               3
656  RDF::NS                                                2
657  Term::App::Roles                                       1
658  DBD::DBM                                               1
659  Test::Database                                         2
660  Alien::SVN                                             1
661  CSS                                                    2
662  DBIx::Inspector                                        2
663  LWP::ConsoleLogger                                     1
664  Path::IsDev                                            3
665  Pod::Weaver::Section::Contributors                     1
666  TAP::DOM                                               3
667  TAP::Formatter::HTML                                   2
668  Test::Perl::Critic::Progressive                        3
669  Text::Xslate::Bridge::TT2Like                          2
670  Term::App::Role::Attrs                                 3
671  Border::Style                                          1
672  Color::Theme                                           1
673  Dist::Zilla::Plugin::Test::Version                     1
674  Dist::Zilla::Chrome::Test                              2
675  Dist::Zilla::MVP::Section                              1
676  Dist::Zilla::MVP::Assembler::Zilla                     1
677  Dist::Zilla::Role::Bootstrap                           2
678  HTML::FormHandler                                      1
679  Kavorka                                                2
680  List::Objects::Types                                   2
681  MIME::Lite::TT::HTML                                   2
682  Math::MatrixReal                                       1
683  Syntax::Feature::EachOnArray                           2
684  Test::Block                                            1
685  Test::mysqld                                           1
686  XML::Compile::SOAP11                                   1
687  XML::Compile::WSDL11                                   1
688  Alien::SDL                                             2
689  Data::FormValidator::Constraints::Words                2
690  Data::Swap                                             2
691  Dist::Zilla::Plugin::Bootstrap::lib                    1
692  Dist::Zilla::Plugin::Bugtracker                        1
693  MooX::TypeTiny                                         2
694  Path::IsDev::Object                                    1
695  Path::FindDev                                          2
696  Plack::Request::WithEncoding                           2
697  Rose::DateTime::Util                                   2
698  Rose::DB                                               2
699  Test::Map::Tube                                        1
700  Test::TempDir                                          1
701  Color::Theme::Role::ANSI                               1
702  Border::Style::Role                                    1
703  Text::ANSITable                                        2
704  Win32API::Registry                                     1
705  Win32::WinError                                        1
706  Win32::TieRegistry                                     1
707  B::Hooks::Parser                                       2
708  Catalyst::Authentication::Store::DBIx::Class           1
709  Data::Unixish                                          2
710  DateTime::Format::Epoch                                1
711  Dist::Zilla::Plugin::Git::Contributors                 1
712  Dist::Zilla::Plugin::OurPkgVersion                     1
713  Dist::Zilla::Role::InstallTool                         1
714  Pod::Readme                                            1
715  Dist::Zilla::Plugin::ReadmeFromPod                     1
716  Dist::Zilla::Plugin::Test::Kwalitee                    1
717  Class::MOP::Method                                     1
718  HTML::FormFu                                           1
719  Data::FormValidator::Constraints::Upload               1
720  XML::Atom::Entry                                       1
721  XML::Atom::Feed                                        1
722  Labyrinth                                              3
723  MooseX::RelatedClassRoles                              2
724  Regexp::Grammars                                       1
725  Data::Stream::Bulk::Util                               2
726  Search::GIN                                            1
727  Tickit::Window                                         1
728  Tickit::Utils                                          1
729  Tickit::RenderBuffer                                   1
730  Tickit::Widgets                                        1
731  Bread::Board                                           1
732  Cache::Ref                                             2
733  CatalystX::InjectComponent                             1
734  Class::DBI::AbstractSearch                             2
735  Crypt::OpenSSL::X509                                   1
736  Dist::Zilla::Plugin::Test::CPAN::Changes               1
737  MooseX::Blessed::Reconstruct                           2
738  MooseX::Types::Email                                   1
739  QBit::Application                                      1
740  SDL                                                    1
741  Time::Format                                           1
742  AnyEvent::CacheDNS                                     2
743  AnyEvent::Util                                         1
744  AnyEvent::Socket                                       1
745  AnyEvent::Handle::UDP                                  2
746  Array::Compare                                         2
747  Cache                                                  1
748  Class::DBI::Plugin::Type                               2
749  Devel::StackTrace::WithLexicals                        1
750  Dist::Zilla::Dist::Minter                              1
751  Dist::Zilla::Plugin::GitHub                            1
752  Dist::Zilla::Plugin::InstallRelease                    1
753  Dist::Zilla::Plugin::Test::Synopsis                    1
754  Plack::Response                                        2
755  HTTP::Session2                                         2
756  MooseX::YAML                                           2
757  MouseX::Getopt                                         1
758  Pod::Weaver::Section::Support                          1
759  SOAP::Transport::TCP                                   1
760  XMLRPC::Lite                                           1
761  Alien::Build::MM                                       1
762  Alien::FFI                                             2
763  Plack::Session                                         1
764  Amon2                                                  1
765  Catalyst::View::JSON                                   1
766  Dist::Zilla::Plugin::Test::PodSpelling                 1
767  HTML::WikiConverter                                    1
768  Image::ExifTool                                        1
769  Search::GIN::Driver                                    1
770  Data::Stream::Bulk::Callback                           2
771  Search::GIN::Query::Class                              1
772  Search::GIN::Driver::Hash                              1
773  Search::GIN::Extract::Delegate                         1
774  Search::GIN::Extract::Class                            1
775  Cache::Ref::CLOCK                                      1
776  MooseX::Clone::Meta::Attribute::Trait::NoClone         1
777  Cache::Ref::CART                                       1
778  Search::GIN::Extract                                   1
779  KiokuDB                                                1
780  MooX                                                   1
781  Package::Pkg                                           2
782  Test::Class::Moose                                     1
783  VM::EC2                                                2
784  LWP::ConsoleLogger::Easy                               1
785  WWW::Mechanize::Cached                                 2
786  WWW::Mechanize::GZip                                   2
787  warnings::illegalproto                                 2
788  B::Hooks::AtRuntime                                    2
789  DBD::CSV                                               1
790  DBIx::Class::Schema::PopulateMore                      2
791  Dist::Zilla::Plugin::Git::NextVersion                  1
792  Dist::Zilla::Role::Git::Repo                           1
793  Dist::Zilla::PluginBundle::Git::CheckFor               1
794  Eponymous::Hash                                        2
795  FFI::Platypus                                          1
796  Filter::Crypto                                         2
797  MetaCPAN::Client                                       1
798  Pod::Weaver::Role::AddTextToSection                    1
799  Test::Fixture::DBIC::Schema                            3
800  Throwable::SugarFactory                                2
801  VM::EC2::Instance::Metadata                            1
802  VM::EC2::Security::CredentialCache                     2
803  sanity                                                 1
804  Clownfish                                              2
805  Crypt::Random::Source                                  2
806  DateTime::Format::RFC3339                              1
807  Getopt::Usaginator                                     2
808  HTML::Tidy                                             1
809  Parse::PMFile                                          1
810  B::Hooks::EndOfScope::XS                               1
811  Pcore                                                  1
812  Plucene                                                1
813  Tapper::Config                                         3
814  Test::DBIx::Class                                      1
815  WWW::MobileCarrierJP                                   2
816  Archive::Peek                                          2
817  Catalyst::Plugin::Authorization::Roles                 1
818  Catalyst::Plugin::StackTrace                           1
819  Config::GitLike                                        1
820  Crypt::Random                                          1
821  Data::Format::Pretty::Console                          4
822  Dist::Zilla::Role::BuildPL                             1
823  Dist::Zilla::Plugin::ModuleBuildTiny                   1
824  Dist::Zilla::Plugin::Repository                        1
825  Test::Git                                              2
826  Git::Repository::Command                               1
827  Git::Repository::Plugin                                1
828  Git::Repository::Plugin::Log                           1
829  Glib::Object::Introspection                            1
830  podlinkcheck                                           1
831  Class::DBI::Plugin::RetrieveAll                        2
832  Dist::Zilla::Plugin::MakeMaker                         1
833  Dist::Zilla::Plugin::MakeMaker::Awesome                1
834  Dist::Zilla::Plugin::Test::DistManifest                1
835  Dist::Zilla::Plugin::Test::UnusedVars                  1
836  File::ShareDir::ProjectDistDir                         1
837  IO::Event                                              2
838  Log::Dispatch::FileRotate                              1
839  Map::Metro                                             1
840  Module::Extract::Namespaces                            1
841  Module::Install::ReadmeFromPod                         1
842  POE::Component::SSLify                                 1
843  PPI::HTML                                              1
844  Parse::CPAN::Packages                                  1
845  Plack::App::Proxy                                      1
846  Rose::DB::Object                                       1
847  Specio::PartialDump                                    1
848  Test::Specio                                           1
849  Specio::Library::Path::Tiny                            2
850  Statistics::Basic                                      1
851  Tapper::Base                                           1
852  Teng                                                   1
853  App::PodLinkCheck::ParseSections                       1
854  App::PodLinkCheck::ParseLinks                          1
855  Test::Pod::LinkCheck                                   2
856  Test::Unit                                             1
857  XML::Easy                                              1
858  AnyEvent::RabbitMQ                                     1
859  App::GitHooks                                          1
860  Chemistry::Mol                                         1
861  Class::DBI::Pager                                      2
862  Specio::Library::Numeric                               1
863  Code::TidyAll                                          1
864  Convert::Color                                         1
865  DBIx::Admin::DSNManager                                2
866  DBIx::Class::Schema                                    3
867  DBIx::Class::InflateColumn::Object::Enum               2
868  Data::Tree                                             2
869  Device::Chip                                           1
870  Dist::Zilla::Role::BeforeArchive                       1
871  Dist::Zilla::Role::BeforeBuild                         3
872  Dist::Zilla::Plugin::Run                               1
873  Glib::Object::Subclass                                 1
874  Glib::Ex::ObjectBits                                   1
875  HTTP::MobileAgent                                      1
876  Message::Passing                                       1
877  Module::Build::Pluggable::PPPort                       2
878  MooseX::FollowPBP                                      1
879  Prima                                                  1
880  Tapper::TAP::Harness                                   2
881  Template::Plugin::Class                                2
882  Template::Toolkit::Simple                              1
883  Const::Exporter                                        1
884  Text::Table::Manifold                                  2
885  Web::Simple                                            1
886  XML::Struct                                            1
887  Alien::Sodium                                          2
888  Beam::Emitter                                          1
889  Catalyst::Plugin::Session::Store::Delegate             2
890  DBIx::Admin::TableInfo                                 2
891  Data::Format::Pretty::HTML                             2
892  HTML::Escape                                           1
893  Labyrinth::Plugin::Core                                1
894  Log::Dispatch::Email::MailSender                       1
895  Log::Dispatch::File::Locked                            1
896  Log::Tree                                              1
897  Mason                                                  1
898  Message::Transform                                     2
899  MooX::Singleton                                        1
900  MooseX::Getopt::Usage                                  1
901  Net::GitHub                                            1
902  Pod::WikiDoc                                           2
903  Role::Commons                                          1
904  DBIx::Class::InflateColumn::DateTime                   1
905  DBIx::Class::Core                                      2
906  DBIx::Class::ResultSet                                 1
907  Tapper::Schema                                         2
908  Test::RedisServer                                      1
909  Catalyst::Plugin::I18N                                 1
910  Catalyst::Exception                                    1
911  Catalyst::Plugin::Session::Store::DBIC                 1
912  Catalyst::ClassData                                    1
913  Catalyst::Plugin::Session::Store::FastMmap             1
914  Crypt::Sodium                                          2
915  DBICx::Sugar                                           1
916  DBIx::Class::Candy                                     1
917  DBIx::Class::DeploymentHandler                         1
918  Dist::Zilla::Plugin::BumpVersionAfterRelease           1
919  Dist::Zilla::Plugin::MojibakeTests                     1
920  Dist::Zilla::Util::AuthorDeps                          1
921  Dist::Zilla::Plugin::PromptIfStale                     1
922  Dist::Zilla::Plugin::Test::Pod::LinkCheck              1
923  Dist::Zilla::Role::DynamicConfig                       2
924  PersistentPerl                                         1
925  GraphViz2                                              1
926  HTTP::Tiny::Mech                                       1
927  IO::Socket::Socks                                      1
928  JSON::Hyper                                            1
929  JSON::Schema                                           1
930  Lexical::Accessor                                      2
931  Mail::SpamAssassin                                     1
932  MooX::Role::Logger                                     1
933  MooseX::Attribute::Chained                             1
934  MooseX::Iterator                                       1
935  Nephia                                                 1
936  Perinci::CmdLine::Call                                 2
937  Pod::Elemental::Transformer::WikiDoc                   1
938  SQL::SplitStatement                                    1
939  Smart::Args                                            1
940  Syntax::Feature::Qi                                    1
941  Tapper::Schema::TestTools                              1
942  Tapper::Schema::TestrunDB                              1
943  Tapper::Model                                          1
944  WebService::Simple                                     1
945  App::bmkpasswd                                         2
946  App::lcpan::Call                                       1
947  Class::DBI::Loader::Relationship                       2
948  Config::JFDI                                           1
949  DBIx::Class::EncodedColumn                             1
950  Data::Format::Pretty                                   2
951  Dist::Zilla::Plugin::AutoMetaResources                 1
952  Dist::Zilla::Plugin::Git::Remote::Check                1
953  Dist::Zilla::Plugin::Test::CPAN::Meta::JSON            1
954  Dist::Zilla::Role::Stash                               2
955  Dist::Zilla::Role::RegisterStash                       1
956  Dist::Zilla::Role::Stash::Plugins                      2
957  File::Flock                                            1
958  HTML::TreeBuilder::LibXML                              1
959  Labyrinth::Test::Harness                               1
960  Module::Build::Prereqs::FromCPANfile                   1
961  ORLite::Mirror                                         1
962  Path::Router                                           1
963  Perinci::CmdLine::Dump                                 1
964  PerlX::Assert                                          2
965  Promises                                               1
966  Statistics::Data                                       1
967  Template::Extract                                      1
968  Test::Aggregate                                        1
969  Bot::Cobalt                                            1
970  CPAN::Reporter                                         1
971  Cairo::GObject                                         1
972  Catalyst::Component::ACCEPT_CONTEXT                    1
973  Config::INI::Serializer                                1
974  Data::Alias                                            1
975  Data::ObjectDriver                                     1
976  Dist::Zilla::App::Command::cover                       1
977  Dist::Zilla::Plugin::Twitter                           1
978  Dist::Zilla::Stash::PodWeaver                          1
979  Forest                                                 1
980  MooseX::Storage::Deferred                              1
981  Graphics::Color                                        1
982  HTTP::Headers::ActionPack                              1
983  Kelp                                                   1
984  Math::Random::Secure                                   1
985  Maypole                                                1
986  MetaCPAN::API::Tiny                                    1
987  Module::Extract::Use                                   1
988  Moops                                                  1
989  MooseX::Types::DateTime::MoreCoercions                 2
990  Net::XMPP                                              1
991  Parse::LocalDistribution                               1
992  Path::Class::File::Lockable                            1
993  Template::Plugin::Autoformat                           1
994  Test::DiagINC                                          1
995  Tie::DNS                                               2
996  Type::Tiny::Signatures                                 2
997  Ubic                                                   1
998  WebService::Client                                     1
999  Carton                                                 1
1000  Catalyst::ActionRole::ACL                              1
1001  CatalystX::RoleApplicator                              1
1002  Class::DBI::DATA::Schema                               1
1003  Config::Options                                        1
1004  DBIx::Class::QueryLog                                  1
1005  DJabberd                                               1
1006  Daemon::Daemonize                                      1
1007  Data::Object                                           1
1008  DateTime::Format::Duration::ISO8601                    1
1009  Dist::Zilla::Plugin::CheckChangeLog                    1
1010  Dist::Zilla::Plugin::Prereqs::FromCPANfile             1
1011  Dist::Zilla::Plugin::Signature                         1
1012  Getopt::Euclid                                         1
1013  IO::Util                                               1
1014  Dancer2::Core::Route                                   1
1015  IPC::Transit::Remote                                   1
1016  IPC::Transit                                           1
1017  LWP::Protocol::PSGI                                    1
1018  Log::Contextual::Router                                1
1019  Log::Contextual::LogDispatchouli                       1
1020  Log::Dispatch::Dir                                     1
1021  Log::Dispatch::FileWriteRotate                         1
1022  Message::Router                                        1
1023  Log::Dispatch::Configurator                            1
1024  MooseX::LogDispatch                                    1
1025  Net::Amazon::S3                                        1
1026  Number::Phone                                          1
1027  Perinci::Result::Format                                1
1028  Pod::Weaver::Section::SeeAlso                          1
1029  IO::Detect                                             1
1030  RDF::TrineX::Functions                                 1
1031  SQL::Abstract::Test                                    1
1032  SQL::Abstract::More                                    1
1033  String::Diff                                           1
1034  Term::VT102                                            1
1035  Test::RDF                                              1
1036  WWW::Mechanize::Cached::GZip                           1
1037  WWW::Mechanize::Pluggable                              1
1038  autobox::Junctions                                     1
1039  Archive::Tar::Wrapper                                  1
1040  Search::Elasticsearch::Role::Serializer::JSON          1
1041  BenchmarkAnything::Storage::Search::Elasticsearch      1
1042  CGI::Application::Dispatch                             1
1043  Email::Sender::Simple                                  1
1044  Catalyst::View::Email                                  1

Reply via email to