remove pointless overloads
[scpubgit/HTML-String.git] / Makefile.PL
CommitLineData
5d1f8c88 1use strict;
2use warnings;
3use ExtUtils::MakeMaker;
4
5WriteMakefile(
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,
586054e0 13 'UNIVERSAL::ref' => 0.14,
5d1f8c88 14 }
15);