File: 01-use.t

package info (click to toggle)
libdbix-class-datetime-epoch-perl 0.10-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 184 kB
  • sloc: perl: 1,402; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 112 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
use strict;
use warnings;

use Test::More tests => 1;

BEGIN { 
    use_ok( 'DBIx::Class::DateTime::Epoch' );
}