File: Makefile.PL

package info (click to toggle)
libtemplate-plugin-number-format-perl 1.02-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 48 kB
  • ctags: 4
  • sloc: perl: 135; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 341 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
use strict;
use ExtUtils::MakeMaker;

WriteMakefile(
    'NAME'         => "Template::Plugin::Number::Format",
    'VERSION_FROM' => "Format.pm",
    'PREREQ_PM'    => {
        "Template"          => 2.07,
        "Number::Format"    => 0,
    },
    clean => {
        FILES => 'Template-Plugin-Number-Format-$(VERSION).tar.gz',
    },
);