File: Makefile.PL

package info (click to toggle)
libemail-mime-modifier-perl 1.440-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 92 kB
  • ctags: 18
  • sloc: perl: 180; makefile: 45
file content (16 lines) | stat: -rw-r--r-- 758 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
use ExtUtils::MakeMaker;

WriteMakefile (
               AUTHOR        => 'Casey West <casey@geeknest.com>',
               ABSTRACT      => "Modify Email::MIME Objects Easily",
               NAME          => 'Email::MIME::Modifier',
               PREREQ_PM     => {
                                 'Email::MIME' => '1.82',
                                 'Email::MIME::ContentType' => '1.0',
                                 'Email::MIME::Encodings' => '1.3',
                                 'Email::MessageID' => '1.2',
                                 'Email::Simple' => '1.92',
                                 'Test::More' => '0.47',
                                },
               VERSION_FROM  => 'lib/Email/MIME/Modifier.pm',
              );