File: TestAppREST.pm

package info (click to toggle)
libcatalyst-controller-actionrole-perl 0.17-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 376 kB
  • sloc: perl: 488; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 120 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
package TestAppREST;

use Moose;

use namespace::clean -except => 'meta';

extends 'Catalyst';

__PACKAGE__->setup;

1;