[Bps-public-commit] r15977 - Prophet/trunk
jesse at bestpractical.com
jesse at bestpractical.com
Mon Sep 15 12:59:23 EDT 2008
Author: jesse
Date: Mon Sep 15 12:59:22 2008
New Revision: 15977
Modified:
Prophet/trunk/Makefile.PL
Log:
* We actually need Scalar::Defer 0.18 or newer. -- hanekomu++
Modified: Prophet/trunk/Makefile.PL
==============================================================================
--- Prophet/trunk/Makefile.PL (original)
+++ Prophet/trunk/Makefile.PL Mon Sep 15 12:59:22 2008
@@ -19,7 +19,7 @@
requires('Module::Pluggable');
requires('File::Find::Rule');
requires('Proc::InvokeEditor');
-requires('Scalar::Defer');
+requires('Scalar::Defer' => '0.18');
requires('Moose' => '0.54'); # Moose::Util::TypeConstraints Moose::Role
requires('MooseX::AttributeHelpers' => '0.12');
requires('MooseX::ClassAttribute' => '0.04');
More information about the Bps-public-commit
mailing list