File: 1_load.t

package info (click to toggle)
libdatetime-format-duration-perl 1.04-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 392 kB
  • sloc: perl: 671; makefile: 2
file content (10 lines) | stat: -rwxr-xr-x 211 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
use Test::More tests => 2;
BEGIN { use_ok('DateTime::Format::Duration') };

$strf = DateTime::Format::Duration->new(
    normalise => 0,
    pattern => '%F %r',
);

isa_ok($strf, 'DateTime::Format::Duration');