use 5.008004;
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    NAME              => 'NetHirc',
    VERSION_FROM      => 'lib/NetHirc.pm', # finds $VERSION
    PREREQ_PM         => {
	'POE::Component::IRC'	=>	3.4,
	'String::Format'	=>	1.13,
	'YAML'			=>	0.35,
    }, # e.g., Module::Name => 1.1
    EXE_FILES		=> [ qw(bin/nethirc bin/nethirc.pl) ],
    ($] >= 5.005 ?     ## Add these new keywords supported since 5.005
      (ABSTRACT_FROM  => 'lib/NetHirc.pm', # retrieve abstract from module
       AUTHOR         => 'Tony Monroe <tmonroe plus perl at nog dot net>') : ()),
);


syntax highlighted by Code2HTML, v. 0.9.1