More info when tests fail
[catagits/Catalyst-Authentication-Credential-HTTP.git] / t / 00use.t
CommitLineData
d4fecb80 1use strict;
2use warnings;
3use Test::More;
4
5use_ok 'Catalyst';
6diag 'Catalyst ' . $Catalyst::VERSION;
7use_ok 'Catalyst::Plugin::Authentication';
8diag 'Catalyst::Plugin::Authentication ' . $Catalyst::Plugin::Authentication::VERSION;
9use_ok 'Catalyst::Authentication::Credential::HTTP';
10diag 'Catalyst::Authentication::Credential::HTTP ' . $Catalyst::Authentication::Credential::HTTP::VERSION;
11
12done_testing;
13