File: 01use.t

package info (click to toggle)
libcatalyst-plugin-session-store-fastmmap-perl 0.16-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 96 kB
  • sloc: perl: 93; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 225 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
use strict;
use Test::More tests => 1;

BEGIN { use_ok('Catalyst::Plugin::Session::Store::FastMmap') }

diag("testing Catalyst::Plugin::Session::Store::FastMmap version $Catalyst::Plugin::Session::Store::FastMmap::VERSION");