summaryrefslogtreecommitdiff
path: root/META.json
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2014-07-25 09:07:36 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2014-07-25 09:07:36 +0000
commite0788c9e0be87d9d401f38e7f67f28738d613713 (patch)
tree8d4a2c0bcb7b9f5346069b6f9e130d4db0c7a5b2 /META.json
downloadStruct-Dumb-tarball-master.tar.gz
Diffstat (limited to 'META.json')
-rw-r--r--META.json37
1 files changed, 37 insertions, 0 deletions
diff --git a/META.json b/META.json
new file mode 100644
index 0000000..1dace81
--- /dev/null
+++ b/META.json
@@ -0,0 +1,37 @@
+{
+ "abstract" : "make simple lightweight record-like structures",
+ "author" : [
+ "Paul Evans <leonerd@leonerd.org.uk>"
+ ],
+ "dynamic_config" : 1,
+ "generated_by" : "Module::Build version 0.4205",
+ "license" : [
+ "perl_5"
+ ],
+ "meta-spec" : {
+ "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
+ "version" : "2"
+ },
+ "name" : "Struct-Dumb",
+ "prereqs" : {
+ "build" : {
+ "requires" : {
+ "Test::Fatal" : "0",
+ "Test::More" : "0.88"
+ }
+ }
+ },
+ "provides" : {
+ "Struct::Dumb" : {
+ "file" : "lib/Struct/Dumb.pm",
+ "version" : "0.03"
+ }
+ },
+ "release_status" : "stable",
+ "resources" : {
+ "license" : [
+ "http://dev.perl.org/licenses/"
+ ]
+ },
+ "version" : "0.03"
+}