File: Makefile.PL

package info (click to toggle)
libtemplate-plugin-calendar-simple-perl 0.02-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 68 kB
  • ctags: 4
  • sloc: perl: 33; makefile: 2
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',
    },
);