The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use ExtUtils::MakeMaker;
 
WriteMakefile(
    NAME          => 'WWW::Github::Files',
    VERSION_FROM  => 'lib/WWW/Github/Files.pm',
    ABSTRACT_FROM => 'lib/WWW/Github/Files.pm',
    AUTHOR        => 'Shmuel Fomberg <shmuelfomberg@gmail.com>',
    PREREQ_PM     => {  
        'LWP::Protocol::https' => 0,
        'LWP::UserAgent' => '6.04',
        'Carp' => 0,
        'File::Spec' => 0,
        'JSON' => 0,
    },
);