[Jifty-commit] jifty branch, master, updated. 3bcea064e7087e6f3cd9c54bcaa25613376064cc

Jifty commits jifty-commit at lists.jifty.org
Thu Mar 11 15:48:42 EST 2010


The branch, master has been updated
       via  3bcea064e7087e6f3cd9c54bcaa25613376064cc (commit)
      from  b515628921d922fecb2ab066903c2268107a0af3 (commit)

Summary of changes:
 lib/Jifty/Response.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 3bcea064e7087e6f3cd9c54bcaa25613376064cc
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Thu Mar 11 15:48:08 2010 -0500

    Since we inherit "new", don't inline_constructor
    
        Moose warns about this, Mouse does not. O:)

diff --git a/lib/Jifty/Response.pm b/lib/Jifty/Response.pm
index a0607c2..2525f56 100644
--- a/lib/Jifty/Response.pm
+++ b/lib/Jifty/Response.pm
@@ -99,5 +99,5 @@ sub failure {
 }
 
 no Any::Moose;
-__PACKAGE__->meta->make_immutable();
+__PACKAGE__->meta->make_immutable(inline_constructor => 0);
 1;

-----------------------------------------------------------------------


More information about the Jifty-commit mailing list