From: Ash Berlin Date: Wed, 25 Mar 2009 18:40:53 +0000 (+0000) Subject: use Module::Install::ProvidesClass in the Makefile.PL X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=dc50948764c5554ce70fc5d5f96501e4307cc249;p=dbsrgits%2FSQL-Abstract-2.0-ish.git use Module::Install::ProvidesClass in the Makefile.PL --- diff --git a/Makefile.PL b/Makefile.PL index bb8e6fc..ea994b3 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -12,4 +12,5 @@ requires 'MooseX::Types::Structured' => '0.9'; test_requires 'Test::More'; test_requires 'Test::Differences'; +auto_provides_class(); WriteAll;