File: TestApp.pm

package info (click to toggle)
libcatalyst-plugin-smarturi-perl 0.041-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 156 kB
  • sloc: perl: 285; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 178 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
package TestApp;

use Catalyst qw/SmartURI/;

__PACKAGE__->config({'Plugin::SmartURI' => {
    disposition => 'hostless',
    uri_class => 'MyURI',
}});

__PACKAGE__->setup;

1;