summaryrefslogtreecommitdiff
path: root/META.json
diff options
context:
space:
mode:
authorAnsgar Burchardt <ansgar@43-1.org>2010-06-27 15:01:06 +0000
committerAnsgar Burchardt <ansgar@43-1.org>2010-06-27 15:01:06 +0000
commitc3c96df87d8b845dcae2b99032a3bc13afa19b9a (patch)
tree47f1745e27a4a133ef1c4c9ce0ac77ddeacb0446 /META.json
parentaf5396ec557be42dc45539e98a10545e64aaf808 (diff)
[svn-upgrade] new version libexception-class-perl (1.31)
Diffstat (limited to 'META.json')
-rw-r--r--META.json51
1 files changed, 51 insertions, 0 deletions
diff --git a/META.json b/META.json
new file mode 100644
index 0000000..df6ec79
--- /dev/null
+++ b/META.json
@@ -0,0 +1,51 @@
+{
+ "abstract" : "A module that allows you to declare real exception classes in Perl",
+ "author" : [
+ "Dave Rolsky <autarch@urth.org>"
+ ],
+ "dynamic_config" : 0,
+ "generated_by" : "Dist::Zilla version 4.101740, CPAN::Meta::Converter version 2.101670",
+ "license" : [
+ "artistic_2"
+ ],
+ "meta-spec" : {
+ "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
+ "version" : "2"
+ },
+ "name" : "Exception-Class",
+ "prereqs" : {
+ "configure" : {
+ "requires" : {
+ "ExtUtils::MakeMaker" : "6.31"
+ }
+ },
+ "runtime" : {
+ "requires" : {
+ "Class::Data::Inheritable" : "0.02",
+ "Devel::StackTrace" : "1.20",
+ "Scalar::Util" : 0,
+ "perl" : "5.008001"
+ }
+ },
+ "test" : {
+ "requires" : {
+ "Test::More" : "0.88",
+ "Test::Most" : 0
+ }
+ }
+ },
+ "release_status" : "stable",
+ "resources" : {
+ "bugtracker" : {
+ "mailto" : "bug-exception-class@rt.cpan.org",
+ "web" : "http://rt.cpan.org/NoAuth/Bugs.html?Dist=Exception-Class"
+ },
+ "repository" : {
+ "type" : "hg",
+ "url" : "http://hg.urth.org/hg/Exception-Class",
+ "web" : "http://hg.urth.org/hg/Exception-Class"
+ }
+ },
+ "version" : "1.31"
+}
+