File: TestApp.pm

package info (click to toggle)
libcatalyst-plugin-session-store-dbic-perl 0.14-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 136 kB
  • sloc: perl: 309; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 146 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
package TestApp;

use strict;
use warnings;
use Catalyst;

__PACKAGE__->config($TestApp::CONFIG);
__PACKAGE__->setup(@{ $TestApp::PLUGINS });

1;