The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
   "abstract" : "lightweight form validation library",
   "author" : [
      "Tokuhiro Matsuno <tokuhirom AAJKLFJEF@ gmail.com>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Minilla/v3.0.2",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : "2"
   },
   "name" : "FormValidator-Lite",
   "no_index" : {
      "directory" : [
         "t",
         "xt",
         "inc",
         "share",
         "eg",
         "examples",
         "author",
         "builder"
      ]
   },
   "prereqs" : {
      "configure" : {
         "requires" : {
            "Module::Build::Tiny" : "0.035"
         }
      },
      "develop" : {
         "requires" : {
            "Test::CPAN::Meta" : "0",
            "Test::MinimumVersion::Fast" : "0.04",
            "Test::PAUSE::Permissions" : "0.04",
            "Test::Pod" : "1.41",
            "Test::Spellunker" : "v0.2.7"
         }
      },
      "runtime" : {
         "requires" : {
            "CGI" : ">= 3.31, != 4.05, != 4.06, != 4.07, != 4.08",
            "Class::Accessor::Lite" : "0.05",
            "Class::Load" : "0.11",
            "Email::Valid" : "0",
            "Email::Valid::Loose" : "0",
            "Filter::Util::Call" : "0",
            "Scalar::Util" : "1.19",
            "perl" : "5.008001"
         }
      },
      "test" : {
         "recommends" : {
            "Hash::MultiValue" : "0"
         },
         "requires" : {
            "Test::Base::Less" : "0",
            "Test::More" : "0.98",
            "Test::Requires" : "0.05",
            "YAML" : "0"
         },
         "suggests" : {
            "HTML::Shakan" : "0",
            "HTTP::Engine::Request" : "0"
         }
      }
   },
   "provides" : {
      "FormValidator::Lite" : {
         "file" : "lib/FormValidator/Lite.pm",
         "version" : "0.39"
      },
      "FormValidator::Lite::Constraint" : {
         "file" : "lib/FormValidator/Lite/Constraint.pm"
      },
      "FormValidator::Lite::Constraint::Date" : {
         "file" : "lib/FormValidator/Lite/Constraint/Date.pm"
      },
      "FormValidator::Lite::Constraint::Default" : {
         "file" : "lib/FormValidator/Lite/Constraint/Default.pm"
      },
      "FormValidator::Lite::Constraint::Email" : {
         "file" : "lib/FormValidator/Lite/Constraint/Email.pm"
      },
      "FormValidator::Lite::Constraint::File" : {
         "file" : "lib/FormValidator/Lite/Constraint/File.pm"
      },
      "FormValidator::Lite::Constraint::Japanese" : {
         "file" : "lib/FormValidator/Lite/Constraint/Japanese.pm"
      },
      "FormValidator::Lite::Constraint::Number" : {
         "file" : "lib/FormValidator/Lite/Constraint/Number.pm"
      },
      "FormValidator::Lite::Constraint::Time" : {
         "file" : "lib/FormValidator/Lite/Constraint/Time.pm"
      },
      "FormValidator::Lite::Constraint::URL" : {
         "file" : "lib/FormValidator/Lite/Constraint/URL.pm"
      },
      "FormValidator::Lite::Hash" : {
         "file" : "lib/FormValidator/Lite/Hash.pm"
      },
      "FormValidator::Lite::Messages::en" : {
         "file" : "lib/FormValidator/Lite/Messages/en.pm"
      },
      "FormValidator::Lite::Messages::ja" : {
         "file" : "lib/FormValidator/Lite/Messages/ja.pm"
      },
      "FormValidator::Lite::Upload" : {
         "file" : "lib/FormValidator/Lite/Upload.pm"
      },
      "FormValidator::Lite::Upload::CGI" : {
         "file" : "lib/FormValidator/Lite/Upload/CGI.pm"
      },
      "FormValidator::Lite::Upload::HTTPEngine" : {
         "file" : "lib/FormValidator/Lite/Upload/HTTPEngine.pm"
      },
      "FormValidator::Lite::Upload::PlackRequest" : {
         "file" : "lib/FormValidator/Lite/Upload/PlackRequest.pm"
      }
   },
   "release_status" : "stable",
   "resources" : {
      "bugtracker" : {
         "web" : "https://github.com/tokuhirom/FormValidator-Lite/issues"
      },
      "homepage" : "https://github.com/tokuhirom/FormValidator-Lite",
      "repository" : {
         "url" : "git://github.com/tokuhirom/FormValidator-Lite.git",
         "web" : "https://github.com/tokuhirom/FormValidator-Lite"
      }
   },
   "version" : "0.39",
   "x_contributors" : [
      "Kan Fushihara <kan@mobilefactory.jp>",
      "fujiwara <fujiwara.shunichiro@gmail.com>",
      "Keiji, Yoshimi <walf443@gmail.com>",
      "bayashi <bayashi@cpan.org>",
      "Daisuke Murase <typester@cpan.org>",
      "Atsushi Kobayashi <nekokak@gmail.com>",
      "Naoki Tomita <tomita@cpan.org>",
      "Yoshihiro Sasaki <aloelight@gmail.com>",
      "ysasaki <ysasaki@idac.co.jp>",
      "Geraud <geraud@genta.nealab.net>",
      "Geraud CONTINSOUZAS <geraud@chauchau.scsi.local>",
      "yowcow <yowcow@gmail.com>",
      "soh335 <sugarbabe335@gmail.com>",
      "dayflower <daydream.trippers@gmail.com>",
      "magai <xxmagai@gmail.com>",
      "GĂ©raud CONTINSOUZAS <geraud@gcu.info>",
      "Syohei YOSHIDA <shohei.yoshida@dena.com>",
      "Tokuhiro Matsuno <tokuhirom@gmail.com>"
   ],
   "x_serialization_backend" : "JSON::PP version 2.27300"
}