File: Makefile.PL

package info (click to toggle)
libtemplate-plugin-comma-perl 0.04-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 72 kB
  • sloc: perl: 20; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 232 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
use ExtUtils::MakeMaker;
WriteMakefile(
    'NAME'      => 'Template::Plugin::Comma',
    'VERSION_FROM' => 'lib/Template/Plugin/Comma.pm', # finds $VERSION
    'PREREQ_PM' => {
	'Test::More' => 0.32,
	'Template' => 2.07,
    },
);