[Catalyst-commits] r12894 - Catalyst-Plugin-FormValidator/trunk

dhoss at dev.catalyst.perl.org dhoss at dev.catalyst.perl.org
Tue Feb 16 00:12:55 GMT 2010


Author: dhoss
Date: 2010-02-16 00:12:54 +0000 (Tue, 16 Feb 2010)
New Revision: 12894

Modified:
   Catalyst-Plugin-FormValidator/trunk/Makefile.PL
Log:
Updated Makefile.PL to be somewhat less retarded

Modified: Catalyst-Plugin-FormValidator/trunk/Makefile.PL
===================================================================
--- Catalyst-Plugin-FormValidator/trunk/Makefile.PL	2010-02-16 00:12:05 UTC (rev 12893)
+++ Catalyst-Plugin-FormValidator/trunk/Makefile.PL	2010-02-16 00:12:54 UTC (rev 12894)
@@ -8,5 +8,5 @@
         'Data::FormValidator' => 0,
         'Moose' => '0.93',
     },
-    VERSION_FROM => 'FormValidator.pm'
+    VERSION => '0.05',
 );




More information about the Catalyst-commits mailing list