Skip to content

Commit

Permalink
Adding META.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
upasana-me committed Jan 9, 2016
1 parent ef2c124 commit 16aa923
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions META.json
@@ -0,0 +1,40 @@
{
"abstract": 'simple database tests',
"author": [
'Written by Mark Fowler B<mark@twoshortplanks.com>'
],
"build_requires": {
"ExtUtils::MakeMaker": "6.59",
"Test::Builder::Tester": "0.09"
},
"configure_requires": {
"ExtUtils::MakeMaker": "6.59"
},
"distribution_type": "module",
"dynamic_config": "1",
"generated_by": 'Module::Install version 1.08',
"license": 'perl',
"meta-spec": {
"url": "http://module-build.sourceforge.net/META-spec-v1.4.html",
"version": "1.4"
},
"name": "Test-DatabaseRow",
"no_index": {
"directory": [
"inc",
"t",
"xt"
]
},
"requires": {
"DBI": "0",
"Scalar::Util": "1.21",
"perl": "5.6.0"
},
"resources": {
"homepage": "https://github.com/2shortplanks/Test-DatabaseRow/tree",
"license": "http://dev.perl.org/licenses/",
"repository": "git://github.com/2shortplanks/Test-DatabaseRow.git"
},
"version": '2.04'
}

0 comments on commit 16aa923

Please sign in to comment.