X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FTest.pm;h=65cdbd8b3cf3ec036f9d120c58ad881b406be4ca;hp=7c3022a9c441a080cb9abc6e7455f8c4e3f57bdd;hb=3efafed1091ee19b05cefa82e4e7d4a574e0e135;hpb=ce8dcf03e15a6001a32aaf7c867f8c3d0be7ff19 diff --git a/lib/Catalyst/Test.pm b/lib/Catalyst/Test.pm index 7c3022a..65cdbd8 100644 --- a/lib/Catalyst/Test.pm +++ b/lib/Catalyst/Test.pm @@ -2,14 +2,14 @@ package Catalyst::Test; use Test::More; -use strict; -use warnings; +use Moose; use Catalyst::Exception; use Catalyst::Utils; use Class::Inspector; -use parent qw/Exporter/; +extends 'Exporter'; + our @EXPORT=qw/&content_like &action_ok &action_redirect &action_notfound &contenttype_is/;