X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=t%2Fmaypole.t;h=9e49186fe884a1004903131049d120900a8e4e73;hb=3ed98309a0852fc198f9e4d0e6f70c5510c8282f;hp=4a0cd0234fec89e718f0ed2c0ad24eff1d885383;hpb=ad24ffc85f25a9b73a28cd326c3b3caea234adbf;p=maypole.git diff --git a/t/maypole.t b/t/maypole.t index 4a0cd02..9e49186 100755 --- a/t/maypole.t +++ b/t/maypole.t @@ -32,7 +32,8 @@ my @API = qw/ config init_done view_object params query param objects model_clas make_uri get_template_root get_request parse_location send_output start_request_hook - session get_session + get_session + get_user /; can_ok(Maypole => @API);