File: Foo.pm

package info (click to toggle)
libdancer-plugin-dbic-perl 0.1506-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 148 kB
  • sloc: perl: 74; makefile: 12
file content (8 lines) | stat: -rw-r--r-- 106 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
package Foo;
use base 'DBIx::Class::Schema';
use strict;
use warnings;

__PACKAGE__->load_namespaces;

1;