changelog and conflict
Jesse Luehrs [Fri, 15 Oct 2010 23:02:50 +0000 (18:02 -0500)]
Changes
Makefile.PL

diff --git a/Changes b/Changes
index a0989b2..edc28f1 100644 (file)
--- a/Changes
+++ b/Changes
@@ -16,6 +16,11 @@ NEXT
   * Roles now support passing an array reference of method names to method
     modifier sugar functions. (doy)
 
+  * Native traits now don't use optimized inlining routines if the instance
+    requests it (in particular, if inline_get_slot_value doesn't return
+    something that can be assigned to). This should fix issues with
+    KiokuDB::Class. (doy)
+
 1.15 Tue, Oct 5, 2010
 
   [API CHANGES]
index 75f0ade..a4b6f75 100644 (file)
@@ -74,7 +74,7 @@ sub check_conflicts {
         'Fey'                            => '0.36',
         'Fey::ORM'                       => '0.34',
         'File::ChangeNotify'             => '0.15',
-        'KiokuDB'                        => '0.41',
+        'KiokuDB'                        => '0.49',
         'Markdent'                       => '0.16',
         'MooseX::Aliases'                => '0.07',
         'MooseX::AlwaysCoerce'           => '0.05',