- or download this
$ gtree Module-Depends-0.15
Module-Depends-0.15
...
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: 1.4
- or download this
$ scandeps lib\Module\Depends.pm
'FileHandle' => '2.02',
...
'warnings' => '1.09',
'warnings::register' => '1.01',
- or download this
$ perl -d:Modlist lib\Module\Depends.pm
AutoLoader 5.71
...
vars 1.01
warnings 1.09
warnings::register 1.01
- or download this
$ grep -rih use Module-Depends-0.15\lib
use strict;
...
base
YAML
Module::Depends
- or download this
$ ack --perl -oh "^\s*use\s+\K([^()\s;]+)" Module-Depends-0.15/lib
strict
base
...
base
YAML
Module::Depends
- or download this
$ perl -e " BEGIN { unshift @INC => sub { my $Pm =$_[1]; my($Pack,$Fil
+e )=caller; print qq!$Pm\n! if $File eq $ARGV[0]; return; }; } do $
+ARGV[0]" Module-Depends-0.15\lib\Module\Depends.pm | perl -p
+e " s/\.pm$//; s!/!::!g; "
strict
...
Cwd
base
- or download this
$ modules-used Module-Depends-0.15\lib\Module\Depends.pm
base
...
Parse::CPAN::Meta
strict