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

Jifty commits jifty-commit at lists.jifty.org
Fri Mar 5 00:17:54 EST 2010


The branch, master has been updated
       via  3bc507fde235d21d92f704722098568d8270c3ef (commit)
      from  cc5875495525ee78d77d0b34c6a473a701209663 (commit)

Summary of changes:
 t/01-test-web.t |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

- Log -----------------------------------------------------------------
commit 3bc507fde235d21d92f704722098568d8270c3ef
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Fri Mar 5 13:14:03 2010 +0800

    Moosing packages in 01-test-web.t

diff --git a/t/01-test-web.t b/t/01-test-web.t
index 4304ce0..86f1f22 100644
--- a/t/01-test-web.t
+++ b/t/01-test-web.t
@@ -22,9 +22,11 @@ isa_ok( $web->response, "Jifty::Response" );
 
 {
     package Jifty::Request::Subclass;
+    use Any::Moose;
     use base qw(Jifty::Request);
 
     package Jifty::Response::Subclass;
+    use Any::Moose;
     use base qw(Jifty::Response);
 }
 

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


More information about the Jifty-commit mailing list