Skip to content

Instantly share code, notes, and snippets.

@tobyink
Created March 11, 2013 14:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tobyink/5134781 to your computer and use it in GitHub Desktop.
Save tobyink/5134781 to your computer and use it in GitHub Desktop.
$ p5u deps
# RUNTIME
Carp 0
Data::Clone 0
Exporter 0
File::Basename 0
File::Spec 0
File::Temp 0
List::Util 0
Number::Compare 0.02
PIR 0
Path::Iterator::Rule 0
Path::Tiny 0
Scalar::Util 0
Text::Glob 0
Try::Tiny 0
autodie 0
namespace::clean 0
perl 5.010
re 0
strict 0
warnings 0
warnings::register 0
# TEST
Config 0
File::Temp 0
File::pushd 0
PCNTest 0
PIR 0
PIRTiny 0
Path::Iterator::Rule 0
Path::Tiny 0
Test::Deep 0
Test::Filename 0.03
Test::More 0.92
autodie 0
perl 5.006
strict 0
warnings 0
$ p5u deps --skipcore
# RUNTIME
Data::Clone 0
Number::Compare 0.02
PIR 0
Path::Iterator::Rule 0
Path::Tiny 0
Text::Glob 0
Try::Tiny 0
namespace::clean 0
perl 5.010
# TEST
File::pushd 0
PCNTest 0
PIR 0
PIRTiny 0
Path::Iterator::Rule 0
Path::Tiny 0
Test::Deep 0
Test::Filename 0.03
Test::More 0.92
perl 5.006
$ p5u deps --skipcore --format=MI
requires "Data::Clone" => 0;
requires "Number::Compare" => 0.02;
requires "PIR" => 0;
requires "Path::Iterator::Rule" => 0;
requires "Path::Tiny" => 0;
requires "Text::Glob" => 0;
requires "Try::Tiny" => 0;
requires "namespace::clean" => 0;
test_requires "File::pushd" => 0;
test_requires "PCNTest" => 0;
test_requires "PIR" => 0;
test_requires "PIRTiny" => 0;
test_requires "Path::Iterator::Rule" => 0;
test_requires "Path::Tiny" => 0;
test_requires "Test::Deep" => 0;
test_requires "Test::Filename" => 0.03;
test_requires "Test::More" => 0.92;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment