Created
April 21, 2015 19:19
-
-
Save dagolden/097ef5e7f8390804142d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\ { | |
_flat_prereqs [ | |
[0] "Carp", | |
[1] "Exporter", | |
[2] "ExtUtils::MakeMaker", | |
[3] "File::Spec", | |
[4] "Test::More", | |
[5] "base", | |
[6] "lib", | |
[7] "perl", | |
[8] "strict", | |
[9] "subs", | |
[10] "warnings" | |
], | |
_flat_prereqs_xl [ | |
[0] "CPAN::Meta", | |
[1] "Carp", | |
[2] "Exporter", | |
[3] "ExtUtils::MakeMaker", | |
[4] "File::Spec", | |
[5] "Test::FailWarnings", | |
[6] "Test::More", | |
[7] "base", | |
[8] "lib", | |
[9] "perl", | |
[10] "strict", | |
[11] "subs", | |
[12] "warnings" | |
], | |
_id "DAGOLDEN/Class-Tiny-1.001.tar.gz", | |
_meta_file "META.json", | |
_upload_date 1422670428, | |
_upstream [ | |
[0] "Carp", | |
[1] "Exporter", | |
[2] "ExtUtils-MakeMaker", | |
[3] "PathTools", | |
[4] "Test-Simple", | |
[5] "base", | |
[6] "lib", | |
[7] "perl" | |
], | |
_upstream_xl [ | |
[0] "CPAN-Meta", | |
[1] "Carp", | |
[2] "Exporter", | |
[3] "ExtUtils-MakeMaker", | |
[4] "PathTools", | |
[5] "Test-FailWarnings", | |
[6] "Test-Simple", | |
[7] "base", | |
[8] "lib", | |
[9] "perl" | |
], | |
abstract "Minimalist class construction", | |
author [ | |
[0] "David Golden <[email protected]>" | |
], | |
dynamic_config 1, | |
generated_by "Dist::Zilla version 5.031, CPAN::Meta::Converter version 2.143240, CPAN::Meta::Converter version 2.150002", | |
license [ | |
[0] "apache_2_0" | |
], | |
meta-spec { | |
url "http://search.cpan.org/perldoc?CPAN::Meta::Spec", | |
version 2 | |
}, | |
name "Class-Tiny", | |
no_index { | |
directory [ | |
[0] "t", | |
[1] "xt", | |
[2] "examples", | |
[3] "corpus" | |
], | |
package [ | |
[0] "DB" | |
] | |
}, | |
prereqs { | |
configure { | |
requires { | |
ExtUtils::MakeMaker 6.17, | |
perl 5.006 | |
} | |
}, | |
develop { | |
requires { | |
Dist::Zilla 5, | |
Dist::Zilla::Plugin::OnlyCorePrereqs 0.003, | |
Dist::Zilla::Plugin::PerlVersionPrereqs 0, | |
Dist::Zilla::Plugin::Prereqs 0, | |
Dist::Zilla::Plugin::RemovePrereqs 0, | |
Dist::Zilla::PluginBundle::DAGOLDEN 0.072, | |
File::Spec 0, | |
File::Temp 0, | |
IO::Handle 0, | |
IPC::Open3 0, | |
Pod::Coverage::TrustPod 0, | |
Test::CPAN::Meta 0, | |
Test::More 0, | |
Test::Pod 1.41, | |
Test::Pod::Coverage 1.08, | |
Test::Spelling 0.12, | |
Test::Version 1 | |
} | |
}, | |
runtime { | |
requires { | |
Carp 0, | |
perl 5.006, | |
strict 0, | |
warnings 0 | |
} | |
}, | |
test { | |
recommends { | |
CPAN::Meta 2.120900, | |
Test::FailWarnings 0 | |
}, | |
requires { | |
base 0, | |
Exporter 0, | |
ExtUtils::MakeMaker 0, | |
File::Spec 0, | |
lib 0, | |
perl 5.006, | |
subs 0, | |
Test::More 0.96 | |
} | |
} | |
}, | |
provides { | |
Class::Tiny { | |
file "lib/Class/Tiny.pm", | |
version 1.001 | |
}, | |
Class::Tiny::Object { | |
file "lib/Class/Tiny.pm", | |
version 1.001 | |
} | |
}, | |
release_status "stable", | |
resources { | |
bugtracker { | |
web "https://github.com/dagolden/Class-Tiny/issues" | |
}, | |
homepage "https://github.com/dagolden/Class-Tiny", | |
repository { | |
type "git", | |
url "https://github.com/dagolden/Class-Tiny.git", | |
web "https://github.com/dagolden/Class-Tiny" | |
} | |
}, | |
version 1.001, | |
x_authority "cpan:DAGOLDEN", | |
x_contributors [ | |
[0] "Dagfinn Ilmari Mannsåker <[email protected]>", | |
[1] "Gelu Lupas <[email protected]>", | |
[2] "Karen Etheridge <[email protected]>", | |
[3] "Matt S Trout <[email protected]>", | |
[4] "Olivier Mengué <[email protected]>", | |
[5] "Toby Inkster <[email protected]>" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment