[Bps-public-commit] Prophet branch, master, updated. 0.73-9-g2e7806c

sartak at bestpractical.com sartak at bestpractical.com
Tue Oct 6 17:04:10 EDT 2009


The branch, master has been updated
       via  2e7806c10458ef31ef0a0a840bcdcbb4ed297a90 (commit)
      from  38b1f3423f04c24347852d6d1371d9944f9933da (commit)

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

- Log -----------------------------------------------------------------
commit 2e7806c10458ef31ef0a0a840bcdcbb4ed297a90
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Tue Oct 6 17:04:00 2009 -0400

    Revert "Declare a class_type for CGI so that CGI|Undef dwims in Moose"
    
    This reverts commit 38b1f3423f04c24347852d6d1371d9944f9933da.
    
    Breaks in Mouse right now

diff --git a/lib/Prophet/Server.pm b/lib/Prophet/Server.pm
index 8d60ae4..3c1d0e0 100644
--- a/lib/Prophet/Server.pm
+++ b/lib/Prophet/Server.pm
@@ -1,7 +1,6 @@
 package Prophet::Server;
 use Any::Moose;
 extends qw'HTTP::Server::Simple::CGI';
-use Any::Moose 'Util::TypeConstraints';
 
 use Prophet::Server::Controller;
 use Prophet::Server::View;
@@ -16,7 +15,7 @@ use Cwd ();
 use JSON;
 use HTTP::Date;
 
-class_type 'CGI';
+
 
 has app_handle => (
     isa     => 'Prophet::App',

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



More information about the Bps-public-commit mailing list