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" : "lightweight form validation library",
   "author" : [
      "Tokuhiro Matsuno E<lt>tokuhirom AAJKLFJEF@ gmail.comE<gt>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Module::Build version 0.38, CPAN::Meta::Converter version 2.112621",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : "2"
   },
   "name" : "FormValidator-Lite",
   "no_index" : {
      "directory" : [
         "t",
         "inc"
      ]
   },
   "prereqs" : {
      "build" : {
         "requires" : {
            "Test::Base" : 0,
            "Test::More" : "0.98",
            "Test::Requires" : "0.05",
            "YAML" : 0
         }
      },
      "configure" : {
         "requires" : {
            "Module::Build" : "0.38"
         }
      },
      "runtime" : {
         "requires" : {
            "CGI" : "3.31",
            "Class::Accessor::Lite" : "0.05",
            "Class::Load" : "0.11",
            "Filter::Util::Call" : 0,
            "Scalar::Util" : "1.19",
            "perl" : "5.008001"
         }
      }
   },
   "provides" : {
      "FormValidator::Lite" : {
         "file" : "lib/FormValidator/Lite.pm",
         "version" : "0.29"
      },
      "FormValidator::Lite::Constraint" : {
         "file" : "lib/FormValidator/Lite/Constraint.pm",
         "version" : 0
      },
      "FormValidator::Lite::Constraint::Date" : {
         "file" : "lib/FormValidator/Lite/Constraint/Date.pm",
         "version" : 0
      },
      "FormValidator::Lite::Constraint::Default" : {
         "file" : "lib/FormValidator/Lite/Constraint/Default.pm",
         "version" : 0
      },
      "FormValidator::Lite::Constraint::Email" : {
         "file" : "lib/FormValidator/Lite/Constraint/Email.pm",
         "version" : 0
      },
      "FormValidator::Lite::Constraint::File" : {
         "file" : "lib/FormValidator/Lite/Constraint/File.pm",
         "version" : 0
      },
      "FormValidator::Lite::Constraint::Japanese" : {
         "file" : "lib/FormValidator/Lite/Constraint/Japanese.pm",
         "version" : 0
      },
      "FormValidator::Lite::Constraint::Time" : {
         "file" : "lib/FormValidator/Lite/Constraint/Time.pm",
         "version" : 0
      },
      "FormValidator::Lite::Constraint::URL" : {
         "file" : "lib/FormValidator/Lite/Constraint/URL.pm",
         "version" : 0
      },
      "FormValidator::Lite::Messages::en" : {
         "file" : "lib/FormValidator/Lite/Messages/en.pm",
         "version" : 0
      },
      "FormValidator::Lite::Messages::ja" : {
         "file" : "lib/FormValidator/Lite/Messages/ja.pm",
         "version" : 0
      },
      "FormValidator::Lite::Upload" : {
         "file" : "lib/FormValidator/Lite/Upload.pm",
         "version" : 0
      },
      "FormValidator::Lite::Upload::CGI" : {
         "file" : "lib/FormValidator/Lite/Upload/CGI.pm",
         "version" : 0
      },
      "FormValidator::Lite::Upload::HTTPEngine" : {
         "file" : "lib/FormValidator/Lite/Upload/HTTPEngine.pm",
         "version" : 0
      },
      "FormValidator::Lite::Upload::PlackRequest" : {
         "file" : "lib/FormValidator/Lite/Upload/PlackRequest.pm",
         "version" : 0
      }
   },
   "release_status" : "stable",
   "resources" : {
      "license" : [
         "http://dev.perl.org/licenses/"
      ]
   },
   "version" : "0.29"
}