use
inc::Module::Install;
all_from
'lib/AnyEvent/RTPG.pm'
;
requires_from
'lib/AnyEvent/RTPG.pm'
;
readme_from
'lib/AnyEvent/RTPG.pm'
;
requires
'Object::Event'
=>
'1.21'
;
build_requires
'Test::More'
=>
"0.88"
;
license
'mit'
;
auto_include_deps;
auto_install;
tests
't/*.t'
;
WriteAll;