File: Foo.pm

package info (click to toggle)
libdbix-class-helpers-perl 2.033004-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 980 kB
  • sloc: perl: 4,722; sql: 173; makefile: 7
file content (12 lines) | stat: -rw-r--r-- 247 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
package TestSchema::Result::Foo;

use DBIx::Class::Candy -base => 'ParentSchema::Result::Foo',
   -components => [qw(
          Helper::Row::NumifyGet
          Helper::Row::SubClass
          Helper::Row::OnColumnChange
       )];

subclass;

1;