File: Makefile.PL

package info (click to toggle)
libsub-wrappackages-perl 1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 92 kB
  • ctags: 17
  • sloc: perl: 160; makefile: 44
file content (8 lines) | stat: -rw-r--r-- 161 bytes parent folder | download
1
2
3
4
5
6
7
8
use ExtUtils::MakeMaker;
WriteMakefile(
    NAME      => 'Sub::WrapPackages',
    VERSION   => '1.2',
    PREREQ_PM => {
        Hook::LexWrap => 0.20,
    }
);