The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
   "abstract" : "Basic HTTP authentication with htpasswd files in Dancer apps",
   "author" : [
      "Michal Wojciechowski <odyniec@cpan.org>"
   ],
   "dynamic_config" : 1,
   "generated_by" : "Module::Build version 0.4, CPAN::Meta::Converter version 2.113640",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : "2"
   },
   "name" : "Dancer-Plugin-Auth-Htpasswd",
   "prereqs" : {
      "build" : {
         "requires" : {
            "Pod::Readme" : 0,
            "Pod::Select" : 0,
            "Test::More" : 0
         }
      },
      "configure" : {
         "requires" : {
            "Module::Build" : "0.4",
            "Pod::Readme" : 0,
            "Pod::Select" : 0
         }
      },
      "runtime" : {
         "requires" : {
            "Authen::Htpasswd" : 0,
            "Dancer" : "1.307"
         }
      }
   },
   "provides" : {
      "Dancer::Plugin::Auth::Htpasswd" : {
         "file" : "lib/Dancer/Plugin/Auth/Htpasswd.pm",
         "version" : "0.014"
      }
   },
   "release_status" : "stable",
   "resources" : {
      "license" : [
         "http://dev.perl.org/licenses/"
      ],
      "repository" : {
         "url" : "https://github.com/odyniec/Dancer-Plugin-Auth-Htpasswd"
      }
   },
   "version" : "0.014"
}