File: Makefile.PL

package info (click to toggle)
libtext-table-perl 1.123-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 152 kB
  • ctags: 58
  • sloc: perl: 633; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 546 bytes parent folder | download
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.36_17
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Text::Table',
          'VERSION_FROM' => 'lib/Text/Table.pm',
          'PREREQ_PM' => {
                           'Test::More' => 0,
                           'Text::Aligner' => '0.05',
                           'strict' => 0,
                           'warnings' => 0
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;