File: 00-load.t

package info (click to toggle)
libcatalyst-actionrole-acl-perl 0.07-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 236 kB
  • sloc: perl: 1,874; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 152 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env perl

use strict;
use warnings;
use Test::More tests => 2;

use_ok('Catalyst::ActionRole::ACL');
use_ok('Catalyst::Action::Role::ACL');