From af3e1f5e6280e1212d8f116cb7f72391c9e43a18 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 15 Nov 2010 12:45:16 -0600 Subject: make $Package::Stash::IMPLEMENTATION available to tests --- t/lib/Package/Stash.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 't') diff --git a/t/lib/Package/Stash.pm b/t/lib/Package/Stash.pm index b804da4..a73bec8 100644 --- a/t/lib/Package/Stash.pm +++ b/t/lib/Package/Stash.pm @@ -5,6 +5,8 @@ use warnings; use Package::Stash::XS; +our $IMPLEMENTATION = 'XS'; + BEGIN { my $ps = Package::Stash::XS->new(__PACKAGE__); my $ps_xs = Package::Stash::XS->new('Package::Stash::XS'); -- cgit v1.2.3-54-g00ecf