File: Schema.pm

package info (click to toggle)
libdbix-class-optimisticlocking-perl 0.02-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 216 kB
  • ctags: 17
  • sloc: perl: 270; sql: 51; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 215 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
package    # hide from PAUSE
  OLTest::Schema;

use base qw/DBIx::Class::Schema/;

__PACKAGE__->load_classes(qw/TestDirty TestDirtyIgnored TestAll TestAllIgnored TestVersion TestVersionAlt TestVersionIgnored/);

1;