File: Makefile.PL

package info (click to toggle)
libtemplate-plugin-clickable-perl 0.06-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 80 kB
  • sloc: perl: 38; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 293 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
use ExtUtils::MakeMaker;
WriteMakefile(
    'NAME'      => 'Template::Plugin::Clickable',
    'VERSION_FROM' => 'lib/Template/Plugin/Clickable.pm', # finds $VERSION
    'PREREQ_PM' => {
	'Test::More' => 0.32,
	'Template'   => 2.07,
	'URI::Find'  => 0.13,
	'UNIVERSAL::require' => 0,
    },
);