From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

WriteMakefile(
NAME => 'WWW::Wikipedia',
VERSION_FROM => 'lib/WWW/Wikipedia.pm',
ABSTRACT_FROM => 'lib/WWW/Wikipedia.pm',
AUTHOR => 'Ed Summers <esummers@flr.follett.com>',
PREREQ_PM =>
{
'HTML::Parser' => 1,
'LWP::UserAgent' => 1
},
);