[Jifty-commit] jifty branch, master, updated. 417740b457e7153ad97eba00ea7754b220342edc

Jifty commits jifty-commit at lists.jifty.org
Fri Jun 25 20:22:04 EDT 2010


The branch, master has been updated
       via  417740b457e7153ad97eba00ea7754b220342edc (commit)
      from  966ead59b6253bf424ed451c76d3b93df288e882 (commit)

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

- Log -----------------------------------------------------------------
commit 417740b457e7153ad97eba00ea7754b220342edc
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Fri Jun 25 12:43:11 2010 -0400

    Make our Any::Moose-based Request object immutable

diff --git a/lib/Jifty/Request.pm b/lib/Jifty/Request.pm
index 97a49f1..be2eb9d 100644
--- a/lib/Jifty/Request.pm
+++ b/lib/Jifty/Request.pm
@@ -1223,5 +1223,7 @@ of C<J:ACTIONS>, all actions are active.
 
 =cut
 
+no Any::Moose;
+__PACKAGE__->meta->make_immutable(inline_constructor => 0);
 1;
 

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


More information about the Jifty-commit mailing list