From: Peter Rabbitson Date: Sun, 20 Mar 2011 00:16:20 +0000 (+0000) Subject: FindBin is a core module X-Git-Tag: v1.001000~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=45b252e50804ba4736451699973ae235d3b13057;p=p5sagit%2FClass-C3-Componentised.git FindBin is a core module --- diff --git a/Makefile.PL b/Makefile.PL index 0b10913..b9eea7e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -22,6 +22,4 @@ requires 'Test::Exception'; # will need adjustment if the require is removed requires 'Class::C3' => '0.20'; -build_requires 'FindBin'; - WriteAll;