File: 01-load.t

package info (click to toggle)
libdatetime-calendar-discordian-perl 1.0-2.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 188 kB
  • sloc: perl: 803; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 280 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/perl
# Test to see if the module loads correctly.
use warnings;
use strict;
use Test::More tests => 1;

BEGIN { use_ok('DateTime::Calendar::Discordian') };

diag(
    "Testing DateTime::Calendar::Discordian $DateTime::Calendar::Discordian::VERSION, Perl $], $^X\n",
);