summaryrefslogtreecommitdiffstats
path: root/t/000-load.t
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-06-15 19:11:16 -0500
committerJesse Luehrs <doy@tozt.net>2010-06-15 19:11:16 -0500
commit988beb418b12b8cc4821055d79361f807c98aa36 (patch)
tree91f81ac9ba0f1accdd2740ee67ee2fb0d51ed11b /t/000-load.t
parenta9daba9ef318d1fd94851773d6c3f061ce5dae04 (diff)
downloadpackage-stash-988beb418b12b8cc4821055d79361f807c98aa36.tar.gz
package-stash-988beb418b12b8cc4821055d79361f807c98aa36.zip
updated dzil stuff
Diffstat (limited to 't/000-load.t')
-rw-r--r--t/000-load.t8
1 files changed, 0 insertions, 8 deletions
diff --git a/t/000-load.t b/t/000-load.t
deleted file mode 100644
index 0420fe7..0000000
--- a/t/000-load.t
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/env perl
-use strict;
-use warnings;
-use Test::More tests => 1;
-
-package Foo;
-::use_ok('Package::Stash')
- or ::BAIL_OUT("couldn't load Package::Stash");