From: Robert 'phaylon' Sedlacek Date: Thu, 30 Aug 2012 19:19:34 +0000 (+0000) Subject: fixed prereq typo X-Git-Tag: v0.000001~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FFile-Tree-Snapshot.git;a=commitdiff_plain;h=054f03a4374859236d3f63adfca03d0d4dcb887a fixed prereq typo --- diff --git a/Makefile.PL b/Makefile.PL index 7b92fa4..84e9c6b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,7 +5,7 @@ use ExtUtils::MakeMaker; (do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml'; -my %build_requires => ( +my %build_requires = ( 'Test::More' => 0, );