X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=9c91ee9d14536ef1f1df810c6b9b6775995202c6;hb=d4d10db186eeca3043664d27480928556dfb6b59;hp=26668613fb58a828478687e9e112be50fd40a943;hpb=b064d5c4698236b212baa360233710b5fd7bbe6b;p=catagits%2FCatalyst-View-ContentNegotiation-XHTML.git diff --git a/Makefile.PL b/Makefile.PL index 2666861..9c91ee9 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -use inc::Module::Install; +use inc::Module::Install 0.87; name 'Catalyst-View-ContentNegotiation-XHTML'; all_from 'lib/Catalyst/View/ContentNegotiation/XHTML.pm'; @@ -33,5 +33,5 @@ if (-e 'inc/.author') { ' echo "to avoid getting resource forks in your dist."; exit 255; fi' }); } } - +auto_install; WriteAll();