use ExtUtils::MakeMaker;
WriteMakefile(
'NAME' => 'POE::Component::IRC::Object',
'VERSION_FROM' => 'lib/POE/Component/IRC/Object.pm',
'PREREQ_PM' => {},
'ABSTRACT_FROM' => 'lib/POE/Component/IRC/Object.pm',
'AUTHOR' => 'Matt Sergeant <matt@sergeant.org>',
);