File: Makefile.PL

package info (click to toggle)
libtemplate-provider-encoding-perl 0.10-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 96 kB
  • sloc: perl: 52; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 275 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
use ExtUtils::MakeMaker;
WriteMakefile(
    'NAME'      => 'Template::Provider::Encoding',
    'VERSION_FROM' => 'lib/Template/Provider/Encoding.pm', # finds $VERSION
    'PREREQ_PM' => {
	Test::More => 0.32,
        Template   => 2.10,
        Encode     => 1.00,
    },
);