The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!/usr/bin/perl

use 5.001;


use ExtUtils::MakeMaker;

WriteMakefile(
    NAME            => 'Data::Page::Set',
    VERSION_FROM    => 'lib/Data/Page/Set.pm',
    ABSTRACT_FROM   => 'lib/Data/Page/Set.pm',
    AUTHOR          => 'Berik Visschers',
);