summaryrefslogtreecommitdiffstats
path: root/t/010-synopsis.t
diff options
context:
space:
mode:
Diffstat (limited to 't/010-synopsis.t')
-rw-r--r--t/010-synopsis.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/010-synopsis.t b/t/010-synopsis.t
index 5d29573..4c93f32 100644
--- a/t/010-synopsis.t
+++ b/t/010-synopsis.t
@@ -3,9 +3,9 @@ use strict;
use warnings;
use Test::More;
-use Stash::Manip;
+use Package::Stash;
-my $stash = Stash::Manip->new('Foo');
+my $stash = Package::Stash->new('Foo');
$stash->add_package_symbol('%foo', {bar => 1});
{
no warnings 'once';