File: Session.pm

package info (click to toggle)
libcatalyst-plugin-session-store-delegate-perl 0.06-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 144 kB
  • sloc: perl: 1,232; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 202 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
package SessionStoreTest2::Model::Session;
use base qw/SessionStoreTest2::Model::Session/;
use strict;
use warnings;

our $VERSION = 0.0001; # Otherwise we get warnings as our package looks empty.

1;