[Bps-public-commit] r19188 - Lorzy/trunk

sunnavy at bestpractical.com sunnavy at bestpractical.com
Mon Apr 13 22:13:56 EDT 2009


Author: sunnavy
Date: Mon Apr 13 22:13:55 2009
New Revision: 19188

Modified:
   Lorzy/trunk/Makefile.PL

Log:
update Makefile.PL: add UNIVERSAL::require dep

Modified: Lorzy/trunk/Makefile.PL
==============================================================================
--- Lorzy/trunk/Makefile.PL	(original)
+++ Lorzy/trunk/Makefile.PL	Mon Apr 13 22:13:55 2009
@@ -10,6 +10,7 @@
 requires 'Module::Pluggable';
 requires 'Params::Validate';
 requires 'Exception::Class';
+requires 'UNIVERSAL::require';
 build_requires 'Test::More';
 build_requires 'Test::Exception';
 



More information about the Bps-public-commit mailing list