File: WithTimeStampParentWrongOrder.pm

package info (click to toggle)
libdbix-class-encodedcolumn-perl 0.00015-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 316 kB
  • ctags: 222
  • sloc: perl: 2,873; sql: 48; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 204 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
package # hide from PAUSE
    DigestTest::Schema::WithTimeStampParentWrongOrder;

use strict;
use warnings;

use base qw/DBIx::Class/;

__PACKAGE__->load_components(qw/TimeStamp EncodedColumn Core/);

1;