in reply to cpan2rpm replacement [was: Module::ScanDeps test failure]

What does this return?
use strict; use warnings; use Data::Dumper; use Module::ScanDeps; my $rv = scan_deps_runtime( files => [ 't/data/check-dynaloader/Bar.pm' ], recurse => 1, compile => 1, ); print Dumper($rv); __END__
--
No matter how great and destructive your problems may seem now, remember, you've probably only seen the tip of them. [1]

Replies are listed 'Best First'.
Re^2: Module::ScanDeps test failure
by jdalbec (Deacon) on May 16, 2008 at 21:01 UTC