File: 49-without-sub-util.t

package info (click to toggle)
libdatetime-perl 2%3A1.65-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,920 kB
  • sloc: perl: 2,986; sh: 23; makefile: 3
file content (11 lines) | stat: -rw-r--r-- 168 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
use strict;
use warnings;

use Test::More 0.88;
use Test::Without::Module qw( Sub::Util );

undef $ENV{PERL_DATETIME_DEFAULT_TZ};

use_ok('DateTime');

done_testing();