File: Makefile.PL

package info (click to toggle)
libtext-vfile-asdata-perl 0.07-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 288 kB
  • sloc: perl: 771; makefile: 4
file content (9 lines) | stat: -rw-r--r-- 254 bytes parent folder | download
1
2
3
4
5
6
7
8
9
use ExtUtils::MakeMaker;
WriteMakefile(
    'NAME'         => 'Text::vFile::asData',
    'VERSION_FROM' => 'lib/Text/vFile/asData.pm',
    'PREREQ_PM'    => {
        'Test::More'               => '0.88',
        'Class::Accessor::Chained' => 0
    }
);