From: Devin Austin Date: Wed, 13 Feb 2013 20:43:41 +0000 (-0700) Subject: updated Makefile.PL to use version_from "lib/Catalyst/View/Email.pm" X-Git-Tag: 0.33~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a4bed23739f2ac94d1081e81007af28ac665c7c9;hp=494ad677a025d42d0e55d8d70d0b167375c41117;p=catagits%2FCatalyst-View-Email.git updated Makefile.PL to use version_from "lib/Catalyst/View/Email.pm" --- diff --git a/Makefile.PL b/Makefile.PL index 63f4786..8798d18 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,7 +5,7 @@ name 'Catalyst-View-Email'; all_from 'lib/Catalyst/View/Email.pm'; author 'J. Shirley '; license 'perl'; - +version_from 'lib/Catalyst/View/Email.pm'; test_requires 'Test::More'; requires 'MIME::Base64' => '3.08';