File: 00-load.t

package info (click to toggle)
libdate-extract-perl 0.05-1~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 192 kB
  • sloc: perl: 2,118; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 89 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
#!perl -T
use strict;
use warnings;
use Test::More tests => 1;

use_ok 'Date::Extract';