Commit | Line | Data |
---|---|---|
4f1bc490 JW |
1 | use ExtUtils::MakeMaker; |
2 | ||
3 | # See lib/ExtUtils/MakeMaker.pm for details of how to influence | |
4 | # the contents of the Makefile that is written. | |
5 | ||
6 | WriteMakefile( | |
7 | 'NAME' => 'Ucam::SMS::Send', | |
8 | 'VERSION_FROM' => 'Send.pm', # finds $VERSION | |
9 | 'PREREQ_PM' => {LWP::UserAgent => 0, | |
10 | HTML::Entities => 0, | |
11 | } | |
12 | ); |