updated Makefile.PL to use version_from "lib/Catalyst/View/Email.pm"
Devin Austin [Wed, 13 Feb 2013 20:43:41 +0000 (13:43 -0700)]
Makefile.PL

index 63f4786..8798d18 100644 (file)
@@ -5,7 +5,7 @@ name 'Catalyst-View-Email';
 all_from 'lib/Catalyst/View/Email.pm';
 author 'J. Shirley <jshirley@gmail.com>';
 license 'perl';
-
+version_from 'lib/Catalyst/View/Email.pm';
 test_requires 'Test::More';
 
 requires 'MIME::Base64'          => '3.08';