File: Makefile.PL

package info (click to toggle)
libtemplate-plugin-calendar-simple-perl 0.02-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, squeeze, wheezy
  • size: 48 kB
  • ctags: 9
  • sloc: makefile: 44; perl: 33
file content (9 lines) | stat: -rw-r--r-- 222 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
use ExtUtils::MakeMaker;
WriteMakefile(
    'NAME'		=> 'Template::Plugin::Calendar::Simple',
    'VERSION_FROM'	=> 'Simple.pm',
    'PREREQ_PM'		=> {
	'Template'         => '2.00',
	'Calendar::Simple' => '1.04',
    },
);