File: Makefile.PL

package info (click to toggle)
libnet-imap-simple-ssl-perl 1.3-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 52 kB
  • ctags: 8
  • sloc: makefile: 52; perl: 9
file content (13 lines) | stat: -rw-r--r-- 559 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      => "SSL support for Net::IMAP::Simple",
               NAME          => 'Net::IMAP::Simple::SSL',
               PREREQ_PM     => {
                                 'Test::More' => '',
                                 'IO::Socket::SSL' => '',
                                 'Net::IMAP::Simple' => '0.95',
                                },
               VERSION_FROM  => 'lib/Net/IMAP/Simple/SSL.pm',
              );