File: Makefile.PL

package info (click to toggle)
libnumber-fraction-perl 2.00-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 160 kB
  • ctags: 22
  • sloc: perl: 188; makefile: 14
file content (18 lines) | stat: -rw-r--r-- 558 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Note: this file was auto-generated by Module::Build::Compat version 0.4005
require 5.006000;
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Number::Fraction',
          'VERSION_FROM' => 'lib/Number/Fraction.pm',
          'PREREQ_PM' => {
                           'Carp' => 0,
                           'Moose' => 0,
                           'Test::More' => 0,
                           'overload' => 0
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;