[Bps-public-commit] Prophet branch, master, updated. 0.73-13-g8a4b57a

sartak at bestpractical.com sartak at bestpractical.com
Tue Oct 6 17:11:39 EDT 2009


The branch, master has been updated
       via  8a4b57a0fec2ca9063d80cda952af415fb315115 (commit)
      from  b699b6604273acec04a9820c88e6d736acd2633c (commit)

Summary of changes:
 lib/Prophet/Server/ViewHelpers/Function.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 8a4b57a0fec2ca9063d80cda952af415fb315115
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Tue Oct 6 17:11:28 2009 -0400

    Don't inline a constructor for Prophet::Server::ViewHelpers::Function

diff --git a/lib/Prophet/Server/ViewHelpers/Function.pm b/lib/Prophet/Server/ViewHelpers/Function.pm
index 8d9e13b..d87affe 100644
--- a/lib/Prophet/Server/ViewHelpers/Function.pm
+++ b/lib/Prophet/Server/ViewHelpers/Function.pm
@@ -78,7 +78,7 @@ sub render {
 }
 
 
-__PACKAGE__->meta->make_immutable;
+__PACKAGE__->meta->make_immutable(inline_constructor => 0);
 no Any::Moose;
 1;
 

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



More information about the Bps-public-commit mailing list