File: Makefile.PL

package info (click to toggle)
libhtml-template-pluggable-perl 0.17-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 264 kB
  • ctags: 16
  • sloc: perl: 369; sh: 28; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 639 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Note: this file was auto-generated by Module::Build::Compat version 0.2808_01
use ExtUtils::MakeMaker;
WriteMakefile
(
          'PL_FILES' => {},
          'INSTALLDIRS' => 'site',
          'NAME' => 'HTML::Template::Plugin::Dot::Helpers',
          'EXE_FILES' => [],
          'VERSION_FROM' => 'lib/HTML/Template/Plugin/Dot/Helpers.pm',
          'PREREQ_PM' => {
                           'Test::More' => 0,
                           'Number::Format' => 0,
                           'HTML::Template::Plugin::Dot' => '0.96',
                           'HTML::Template::Pluggable' => '0.12'
                         }
        )
;