summaryrefslogtreecommitdiffstats
path: root/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
parenta9daba9ef318d1fd94851773d6c3f061ce5dae04 (diff)
downloadpackage-stash-988beb418b12b8cc4821055d79361f807c98aa36.tar.gz
package-stash-988beb418b12b8cc4821055d79361f807c98aa36.zip
updated dzil stuff
Diffstat (limited to 't')
-rw-r--r--t/000-load.t8
-rw-r--r--t/01-basic.t (renamed from t/001-basic.t)0
-rw-r--r--t/02-extension.t (renamed from t/002-extension.t)0
-rw-r--r--t/03-io.t (renamed from t/003-io.t)0
-rw-r--r--t/04-get.t (renamed from t/004-get.t)0
-rw-r--r--t/05-isa.t (renamed from t/005-isa.t)0
-rw-r--r--t/06-addsub.t (renamed from t/006-addsub.t)0
-rw-r--r--t/10-synopsis.t (renamed from t/010-synopsis.t)0
8 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");
diff --git a/t/001-basic.t b/t/01-basic.t
index efd82b4..efd82b4 100644
--- a/t/001-basic.t
+++ b/t/01-basic.t
diff --git a/t/002-extension.t b/t/02-extension.t
index 2f95f15..2f95f15 100644
--- a/t/002-extension.t
+++ b/t/02-extension.t
diff --git a/t/003-io.t b/t/03-io.t
index 43a7dd8..43a7dd8 100644
--- a/t/003-io.t
+++ b/t/03-io.t
diff --git a/t/004-get.t b/t/04-get.t
index ebeb864..ebeb864 100644
--- a/t/004-get.t
+++ b/t/04-get.t
diff --git a/t/005-isa.t b/t/05-isa.t
index 3198fb1..3198fb1 100644
--- a/t/005-isa.t
+++ b/t/05-isa.t
diff --git a/t/006-addsub.t b/t/06-addsub.t
index 3c0dfc8..3c0dfc8 100644
--- a/t/006-addsub.t
+++ b/t/06-addsub.t
diff --git a/t/010-synopsis.t b/t/10-synopsis.t
index 4c93f32..4c93f32 100644
--- a/t/010-synopsis.t
+++ b/t/10-synopsis.t