File: basic.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 (11 lines) | stat: -rw-r--r-- 216 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
use strict;
use warnings;

use FindBin qw/$Bin/;
use lib "$Bin/lib";

use Catalyst::Test "SessionStoreTest";
use Test::More;

my $x = get("/store_scalar");
is(get('/get_scalar'), 456, 'Can store scalar value okay');