Github-ReleaseFetcher

 view release on metacpan or  search on metacpan

t/Github-ReleaseFetcher.t  view on Meta::CPAN

    url      => "$Github::ReleaseFetcher::BASE_URI/$user/$project/releases/expanded_assets/666",
    method   => 'GET',
    args     => {},
    response => {
        success => 0,
        content => 'I already have a wristwatch',
        reason  => 'u dumb',
    }
};

local $/ = "";
my $content = <DATA>;

my $good_listing_request = {
    url      => "$Github::ReleaseFetcher::BASE_URI/$user/$project/releases/expanded_assets/666",
    method   => 'GET',
    args     => {},
    response => {
        success => 1,
        content => $content,
    }



( run in 0.518 second using v1.01-cache-2.11-cpan-49f99fa48dc )