{
   "name": "Text-Demoroniser",
   "version": "0.06",
   "abstract": "A text filter that allows you to demoronise a string.",
   "author": ["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": "Hand 1.0",
   "keywords" : [
       "text",
       "format",
       "utf8"
   ],

   "prereqs" : {
       "runtime" : {
           "requires" : {
               "perl": "5.006",
               "Encode::ZapCP1252": "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": {
       "Text::Demoroniser": {
           "file": "lib/Text/Demoroniser.pm",
           "version": "0.06"
       }
   },
   "no_index": {
       "directory": ["t","examples"]
   },

   "resources": {
       "license": "http://dev.perl.org/licenses/",
       "bugtracker": { "web": "http://rt.cpan.org/Public/Dist/Display.html?Name=Text-Demoroniser" },
       "repository": {
           "url": "git://github.com/barbie/text-demoroniser.git",
           "web": "http://github.com/barbie/text-demoroniser",
           "type": "git"
       }
   }
}