File: Makefile.PL

package info (click to toggle)
libregexp-common-email-address-perl 1.01-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 68 kB
  • sloc: perl: 9; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 584 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
use ExtUtils::MakeMaker;

WriteMakefile (
               AUTHOR        => 'Casey West <casey@geeknest.com>',
               ABSTRACT      => "Returns a pattern for Email Addresses",
               NAME          => 'Regexp::Common::Email::Address',
               PREREQ_PM     => {
                                 'Email::Address' => '1.80',
                                 'Regexp::Common' => '2.119',
                                 'Test::More' => '0.47',
                                },
               VERSION_FROM  => 'lib/Regexp/Common/Email/Address.pm',
              );