File: Result.pm

package info (click to toggle)
libdbix-class-candy-perl 0.005004-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 264 kB
  • sloc: perl: 623; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 62 bytes parent folder | download | duplicates (6)
1
2
3
4
5
package A::Schema::Result;

use base 'DBIx::Class::Core';

1;