File: Broken.pm

package info (click to toggle)
libcatalyst-action-rest-perl 1.04-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 548 kB
  • sloc: perl: 3,851; makefile: 4
file content (9 lines) | stat: -rw-r--r-- 110 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
package Catalyst::Action::Serializer::Broken;

use Moose;
use namespace::autoclean;

use Bilbo::Baggins;

1;