File: 201_load.t

package info (click to toggle)
libdatetime-format-epoch-perl 0.16-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid
  • size: 256 kB
  • sloc: perl: 386; makefile: 2
file content (5 lines) | stat: -r--r--r-- 126 bytes parent folder | download | duplicates (4)
1
2
3
4
5
# t/001_load.t - check module loading

use Test::More tests => 1;

BEGIN { use_ok( 'DateTime::Format::Epoch::MacOS' ); }