/usr/local/CPAN/WWW-UsePerl-Journal-Thread/Makefile.PL
use ExtUtils::MakeMaker;
WriteMakefile(
'NAME' => 'WWW::UsePerl::Journal::Thread',
'VERSION_FROM' => 'lib/WWW/UsePerl/Journal/Thread.pm',
'PREREQ_PM' => {
WWW::UsePerl::Journal => 0.22,
LWP::UserAgent => 0,
HTTP::Request::Common => 0,
Time::Piece => 0,
Test::More => 0.47,
},
NO_META => 1,
($] >= 5.005 ? ## Add these new keywords supported since 5.005
(ABSTRACT => 'Handles the retrieval of UsePerl journal comment threads.',
AUTHOR => 'Barbie <modules@missbarbell.co.uk>') : ()),
);