The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
{
   "abstract" : "A sorted list of English stop words",
   "author" : [
      "Ron Savage <ron@savage.net.au>"
   ],
   "dynamic_config" : 1,
   "generated_by" : "Module::Build version 0.4002, CPAN::Meta::Converter version 2.120630",
   "license" : [
      "artistic_1"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : "2"
   },
   "name" : "Lingua-EN-StopWordList",
   "prereqs" : {
      "build" : {
         "requires" : {
            "Test::More" : "0.96",
            "Test::Pod" : "1.44"
         }
      },
      "configure" : {
         "requires" : {
            "Module::Build" : "0.38"
         }
      },
      "runtime" : {
         "requires" : {
            "strict" : "1.04",
            "warnings" : "1.12"
         }
      }
   },
   "provides" : {
      "Lingua::EN::StopWordList" : {
         "file" : "lib/Lingua/EN/StopWordList.pm",
         "version" : "1.00"
      }
   },
   "release_status" : "stable",
   "resources" : {
      "license" : [
         "http://opensource.org/licenses/artistic-license.php"
      ]
   },
   "version" : "1.00"
}