Bump Moo dependency
Peter Rabbitson [Fri, 24 Oct 2014 22:41:04 +0000 (00:41 +0200)]
(cherry pick of abc3b8e9c)

Changes
Makefile.PL

diff --git a/Changes b/Changes
index 3e703e8..c663be3 100644 (file)
--- a/Changes
+++ b/Changes
@@ -4,6 +4,10 @@ Revision history for DBIx::Class
         - Fix incorrect collapsing-parser source being generated in the
           presence of unicode data among the collapse-points
 
+    * Misc
+        - Depend on newer Moo, fixing some interoperability issues:
+          http://lists.scsys.co.uk/pipermail/dbix-class/2014-October/011787.html
+
 0.082801 2014-10-05 23:55 (UTC)
     * Known Issues
         - Passing large amounts of objects with stringification overload
index 0f0508a..48b54eb 100644 (file)
@@ -56,7 +56,7 @@ my $runtime_requires = {
   'Data::Page'               => '2.00',
   'Devel::GlobalDestruction' => '0.09',
   'Hash::Merge'              => '0.12',
-  'Moo'                      => '1.004005',
+  'Moo'                      => '1.006001',
   'MRO::Compat'              => '0.12',
   'Module::Find'             => '0.07',
   'namespace::clean'         => '0.24',