summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-10-09 10:36:40 -0500
committerJesse Luehrs <doy@tozt.net>2011-10-09 10:44:23 -0500
commit4879437a0f628b3d685a3972695aed5011622ca4 (patch)
treec3a8cddd8df3721d6ac134467990b2f9cff038a9 /t
parent599185df57b9ae0c16cddd3185cd27c2a05cd934 (diff)
downloadlocale-pofilemanager-4879437a0f628b3d685a3972695aed5011622ca4.tar.gz
locale-pofilemanager-4879437a0f628b3d685a3972695aed5011622ca4.zip
update dzil stuff
Diffstat (limited to 't')
-rw-r--r--t/000-load.t11
1 files changed, 0 insertions, 11 deletions
diff --git a/t/000-load.t b/t/000-load.t
deleted file mode 100644
index c530ad0..0000000
--- a/t/000-load.t
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/usr/bin/env perl
-use strict;
-use warnings;
-use Test::More;
-
-use_ok('Locale::POFileManager')
- or BAIL_OUT("couldn't load Locale::POFileManager");
-use_ok('Locale::POFileManager::File')
- or BAIL_OUT("couldn't load Locale::POFileManager::File");
-
-done_testing;