CPAN-Reporter

 view release on metacpan or  search on metacpan

lib/CPAN/Reporter/PrereqCheck.pm  view on Meta::CPAN

171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
  'Test::Fake::HTTPD' => ['threads'], #loads Test::SharedFork
  'Plack::Test::Suite' => ['threads'], #loads Test::SharedFork
  #Note: Test::Perl::Critic and other modules load threads, so reordering will not help
  'App::Sqitch' => ['Moose'], #has "no Moo::sification"
); #modules that conflict with each other
 
my %load_before = (
  'Tk::Font' => 'Tk',
  'Tk::Widget' => 'Tk',
  'Tk::Label' => 'Tk',
  'Tk::Menubutton' => 'Tk',
  'Tk::Entry' => 'Tk',
  'Class::MOP::Class' => 'Class::MOP',
  'Moose::Meta::TypeConstraint::Role' => 'Moose',
  'Moose::Meta::TypeConstraint::Union' => 'Moose',
  'Moose::Meta::Attribute::Native' => 'Class::MOP',
  'Moose::Meta::Role::Attribute' => 'Class::MOP',
  'Moose::Util::TypeConstraints' => 'Moose',
  'Test::More::Hooks' => 'Test::More',
  'Net::HTTP::Spore::Middleware::DefaultParams' => 'Net::HTTP::Spore::Meta::Method',
  'Log::Log4perl::Filter' => 'Log::Log4perl',



( run in 0.348 second using v1.01-cache-2.11-cpan-26ccb49234f )