File: 00use.t

package info (click to toggle)
libcatalyst-authentication-credential-http-perl 1.019-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 360 kB
  • sloc: perl: 631; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 407 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
use strict;
use warnings;
use Test::More;

use_ok 'Catalyst';
diag 'Catalyst ' . $Catalyst::VERSION;
use_ok 'Catalyst::Plugin::Authentication';
diag 'Catalyst::Plugin::Authentication ' . $Catalyst::Plugin::Authentication::VERSION;
use_ok 'Catalyst::Authentication::Credential::HTTP';
diag 'Catalyst::Authentication::Credential::HTTP ' . $Catalyst::Authentication::Credential::HTTP::VERSION;

done_testing;