[Bps-public-commit] r12427 - Prophet/branches/moose

sartak at bestpractical.com sartak at bestpractical.com
Sat May 17 03:57:21 EDT 2008


Author: sartak
Date: Sat May 17 03:57:18 2008
New Revision: 12427

Modified:
   Prophet/branches/moose/   (props changed)
   Prophet/branches/moose/Makefile.PL

Log:
 r56130 at onn:  sartak | 2008-05-17 03:56:52 -0400
 Dep on MooseX::AttributeHelpers


Modified: Prophet/branches/moose/Makefile.PL
==============================================================================
--- Prophet/branches/moose/Makefile.PL	(original)
+++ Prophet/branches/moose/Makefile.PL	Sat May 17 03:57:18 2008
@@ -24,7 +24,8 @@
 requires('File::Find::Rule');
 requires('Proc::InvokeEditor');
 requires('Scalar::Defer');
-requires('Moose');
+requires('Moose'); # Moose::Util::TypeConstraints
+requires('MooseX::AttributeHelpers');
 
 features(
     'REST Server' => [



More information about the Bps-public-commit mailing list