File: Makefile.PL

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