The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use 5.012000;
use ExtUtils::MakeMaker;

WriteMakefile(
    NAME              => 'WWW::Workflowy',
    VERSION_FROM      => 'lib/WWW/Workflowy.pm',
    PREREQ_PM         => {
        PadWalker => 0.01, 
        LWP       => 0.01,
        autobox   => 0.01,
    },
    ABSTRACT_FROM  => 'lib/WWW/Workflowy.pm',
    AUTHOR         => 'Scott Walters <scott@slowass.net>',
);