use strict; use inc::Module::Install; name 'POE-Component-Captcha-reCAPTCHA'; author 'Chris Williams '; version_from 'lib/POE/Component/Captcha/reCAPTCHA.pm'; abstract_from 'lib/POE/Component/Captcha/reCAPTCHA.pm'; readme_from 'lib/POE/Component/Captcha/reCAPTCHA.pm'; license 'perl'; auto_license holder => 'Chris Williams and Andy Armstrong'; perl_version '5.006'; build_requires 'Test::More' => 0.47; requires 'Captcha::reCAPTCHA' => 0.92; requires 'HTTP::Request' => 0; requires 'POE' => 1.284; requires 'POE::Component::Client::HTTP' => 0.894; auto_provides; githubmeta; WriteAll();