projects
/
gitmo/Package-Stash-XS.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
fc8fb59
)
make $Package::Stash::IMPLEMENTATION available to tests
Jesse Luehrs [Mon, 15 Nov 2010 18:45:16 +0000 (12:45 -0600)]
t/lib/Package/Stash.pm
patch
|
blob
|
blame
|
history
diff --git
a/t/lib/Package/Stash.pm
b/t/lib/Package/Stash.pm
index
b804da4
..
a73bec8
100644
(file)
--- 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');