{
   "name": "Template-Plugin-Digest-SHA2",
   "version": "0.01",
   "abstract": "TT2 interface to the SHA2 Algorithm",
   "author": [
       "Barbie (BARBIE) <[email protected]>"
   ],

   "license": [ "artistic_2" ],
   "dynamic_config" : 0,
   "release_status" : "stable",
   "meta-spec": {
       "version": "2",
       "url": "http://search.cpan.org/dist/CPAN-Meta/lib/CPAN/Meta/Spec.pm"
   },
   "generated_by": "The Hand of Barbie 1.0",
   "keywords" : [
       "template toolkit",
       "checksum",
       "sha"
   ],

   "prereqs" : {
       "runtime" : {
           "requires" : {
               "perl": "5.006",
               "Digest::SHA2": "0",
               "Template": "2.0",
               "Template::Plugin": "2.0",
               "Template::Stash": "2.0"
           }
       },
       "test" : {
           "requires": {
               "IO::File": "0",
               "Test::More": "0.70"
           },
           "recommends": {
               "Test::CPAN::Meta": "0",
               "Test::CPAN::Meta::JSON": "0",
               "Test::Pod": "1.00",
               "Test::Pod::Coverage": "0.08"
           }
       }
   },

   "provides": {
       "Template::Plugin::Digest::SHA2": {
           "file": "lib/Template/Plugin/Digest/SHA2.pm",
           "version": "0.01"
       }
   },
   "no_index": {
       "directory": ["t","examples"]
   },

   "resources": {
       "license": [ "http://www.perlfoundation.org/artistic_license_2_0" ],
       "bugtracker": { "web": "http://rt.cpan.org/Public/Dist/Display.html?Name=Template-Plugin-Digest-SHA2" },
       "repository": {
           "url": "git://github.com/barbie/template-plugin-digest-sha2.git",
           "web": "http://github.com/barbie/template-plugin-digest-sha2",
           "type": "git"
       }
   }
}