[Bps-public-commit] r13950 - Prophet/trunk
sartak at bestpractical.com
sartak at bestpractical.com
Thu Jul 10 13:26:16 EDT 2008
Author: sartak
Date: Thu Jul 10 13:26:16 2008
New Revision: 13950
Modified:
Prophet/trunk/ (props changed)
Prophet/trunk/Makefile.PL
Log:
r64048 at onn: sartak | 2008-07-10 13:24:35 -0400
Declare the dependency versions on Moose and MooseX
Modified: Prophet/trunk/Makefile.PL
==============================================================================
--- Prophet/trunk/Makefile.PL (original)
+++ Prophet/trunk/Makefile.PL Thu Jul 10 13:26:16 2008
@@ -22,9 +22,9 @@
requires('File::Find::Rule');
requires('Proc::InvokeEditor');
requires('Scalar::Defer');
-requires('Moose'); # Moose::Util::TypeConstraints Moose::Role
-requires('MooseX::AttributeHelpers');
-requires('MooseX::ClassAttribute');
+requires('Moose' => '0.54'); # Moose::Util::TypeConstraints Moose::Role
+requires('MooseX::AttributeHelpers' => '0.12');
+requires('MooseX::ClassAttribute' => '0.04');
features(
'REST Server' => [
More information about the Bps-public-commit
mailing list