summaryrefslogtreecommitdiff
path: root/Makefile.PL
blob: 03d8acc8b27121df38d646c46dd09dba39b2f4f2 (plain)
1
2
3
4
5
6
7
8
9
10
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    'NAME'	=> 'HTTP::Headers::UserAgent',
    'VERSION_FROM' => 'UserAgent.pm', # finds $VERSION
    'PREREQ_PM' => {
                     'HTTP::BrowserDetect' => 0,
                   },
);