File: Makefile.PL

package info (click to toggle)
libtree-simple-visitorfactory-perl 0.10-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 332 kB
  • ctags: 109
  • sloc: perl: 3,167; makefile: 43
file content (12 lines) | stat: -rw-r--r-- 355 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
use ExtUtils::MakeMaker;
WriteMakefile(
    NAME         => 'Tree::Simple::VisitorFactory',
    VERSION_FROM => 'lib/Tree/Simple/VisitorFactory.pm', 
    PREREQ_PM    => {
        'Test::More'      => 0.47,
        'Test::Exception' => 0.15,
        'Tree::Simple'    => 1.12,
        'File::Spec'      => 0.60,
        'Scalar::Util'    => 1.10
    }
);