1use ExtUtils::MakeMaker;
2WriteMakefile(
3    NAME         => 'Tree::Simple::VisitorFactory',
4    VERSION_FROM => 'lib/Tree/Simple/VisitorFactory.pm',
5    PREREQ_PM    => {
6        'Test::More'      => 0.47,
7        'Test::Exception' => 0.15,
8        'Tree::Simple'    => 1.12,
9        'File::Spec'      => 0.60,
10        'Scalar::Util'    => 1.10
11    }
12);
13