The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
use strict;
use warnings;
use inc::Module::Install;
use 5.008005;

name 'Iterator-Paged';
perl_version '5.008001';
license 'perl';
all_from 'lib/Iterator/Paged.pm';

test_requires 'LWP::UserAgent';
test_requires 'Test::More'  => '0.77';

tests_recursive();
WriteAll();