File: 00-load.t

package info (click to toggle)
libcatalyst-authentication-store-htpasswd-perl 1.006-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 332 kB
  • sloc: perl: 451; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 185 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#!/usr/bin/env perl

use strict;
use warnings;
use Test::More tests => 2;
use ok 'Catalyst::Authentication::Store::Htpasswd';
use ok 'Catalyst::Authentication::Store::Htpasswd::User';