summaryrefslogtreecommitdiffstats
path: root/t/000-load.t
diff options
context:
space:
mode:
Diffstat (limited to 't/000-load.t')
-rw-r--r--t/000-load.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/000-load.t b/t/000-load.t
index 5b9dc25..0420fe7 100644
--- a/t/000-load.t
+++ b/t/000-load.t
@@ -4,5 +4,5 @@ use warnings;
use Test::More tests => 1;
package Foo;
-::use_ok('Stash::Manip')
- or ::BAIL_OUT("couldn't load Stash::Manip");
+::use_ok('Package::Stash')
+ or ::BAIL_OUT("couldn't load Package::Stash");