From e94260dab724974551751dbdda9c4c9abde76e6e Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 14 May 2010 11:39:56 -0500 Subject: rename Stash::Manip -> Package::Stash --- t/010-synopsis.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 't/010-synopsis.t') 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'; -- cgit v1.2.3-54-g00ecf