Makefile.PL   [plain text]


# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'PL_FILES' => {},
          'INSTALLDIRS' => 'site',
          'NAME' => 'Data::Page',
          'VERSION_FROM' => 'lib/Data/Page.pm',
          'PREREQ_PM' => {
                           'Test::More' => '0',
                           'Class::Accessor::Chained::Fast' => '0',
                           'Test::Exception' => '0'
                         }
        )
;