#use 5.008006; use ExtUtils::MakeMaker; # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. WriteMakefile( NAME => 'POE::Component::IRC::Plugin::NoPaste', VERSION_FROM => 'lib/POE/Component/IRC/Plugin/NoPaste.pm', # finds $VERSION PREREQ_PM => { Carp => 0, CGI => 2.69, DBD::SQLite => 1.08, DBI => 0, Encode => 0, Error => 0, Exporter => 0, File::Copy => 0, File::Spec => 0, File::stat => 0, Getopt::Long => 0, Hash::Util => 0, HTTP::Status => 0, Locale::TextDomain => 0, Net::Domain => 0, POE::Component::IRC => 4.69, POE::Component::Server::HTTP => 0.08, Pod::Usage => 0, Time::Format => 0, UNIVERSAL => 0, URI => 0, URI::QueryParam => 0, YAML => 0, }, EXE_FILES => [qw(bin/pci-nopaste)], ($] >= 5.005 ? ## Add these new keywords supported since 5.005 (ABSTRACT_FROM => 'lib/POE/Component/IRC/Plugin/NoPaste.pm', # retrieve abstract from module AUTHOR => 'phonohawk ') : ()), );