summaryrefslogtreecommitdiff
path: root/Makefile.PL
blob: e0b33550225940ed1b51cd935fc02a2f039f9537 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
use 5.006;
use ExtUtils::MakeMaker;
 
WriteMakefile(
              NAME          => 'Class::XPath',
              VERSION_FROM  => 'XPath.pm',              
              PREREQ_PM     => { 
                                Test::More => "0.47",
                                Carp       => 0,
                               },
              ABSTRACT_FROM => 'XPath.pm',
              AUTHOR        => 'Sam Tregar <sam@tregar.com>',
             );