Codebase list liblingua-en-sentence-perl / fresh-snapshots/main META.json
fresh-snapshots/main

Tree @fresh-snapshots/main (Download .tar.gz)

META.json @fresh-snapshots/mainraw · history · blame

{
   "abstract" : "Split text into sentences",
   "author" : [
      "Shlomo Yona, Kim Ryan <kimryan at cpan org>"
   ],
   "dynamic_config" : 1,
   "generated_by" : "Module::Build version 0.4231",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : 2
   },
   "name" : "Lingua-EN-Sentence",
   "prereqs" : {
      "build" : {
         "requires" : {
            "Test::More" : "0.94"
         }
      },
      "configure" : {
         "requires" : {
            "Module::Build" : "0.38"
         }
      },
      "runtime" : {
         "requires" : {
            "perl" : "v5.10.0",
            "warnings" : "1.06"
         }
      }
   },
   "provides" : {
      "Lingua::EN::Sentence" : {
         "file" : "lib/Lingua/EN/Sentence.pm",
         "version" : "0.33"
      }
   },
   "release_status" : "stable",
   "resources" : {
      "license" : [
         "http://dev.perl.org/licenses/"
      ],
      "repository" : {
         "url" : "https://github.com/kimryan/Lingua-EN-Sentence"
      }
   },
   "version" : "0.33",
   "x_serialization_backend" : "JSON::PP version 4.06"
}