also exclude Template::Plugins
[scpubgit/HTML-String.git] / Makefile.PL
1 use strict;
2 use warnings;
3 use ExtUtils::MakeMaker;
4
5 WriteMakefile(
6   NAME => 'HTML-String',
7   VERSION => '1.0',
8   PREREQ_PM => {
9     'Safe::Isa' => 1,
10     'Data::Munge' => '0.04',
11     'B::Hooks::EndOfScope' => '0.11',
12     'strictures' => 1,
13     'UNIVERSAL::ref' => 0.14,
14   }
15 );