File: Makefile.PL

package info (click to toggle)
libmime-lite-tt-perl 0.02-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 68 kB
  • ctags: 7
  • sloc: perl: 51; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 234 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
use ExtUtils::MakeMaker;
WriteMakefile(
    'NAME'      => 'MIME::Lite::TT',
    'VERSION_FROM' => 'lib/MIME/Lite/TT.pm', # finds $VERSION
    'PREREQ_PM' => { Test::More => 0.32,
					 MIME::Lite => 0,
					 Template => 0,
    },
);