Skip to content

Commit d1f3d07

Browse files
committedDec 5, 2011
Specify a known minimum good version of Package::Stash.
1 parent a4b1a83 commit d1f3d07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎sbin/testEnvironment.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ BEGIN
164164
checkModule("Test::Log::Dispatch", "0" );
165165
checkModule("CHI", "0.34" );
166166
checkModule('IO::Socket::SSL', );
167-
checkModule('Package::Stash', );
167+
checkModule('Package::Stash', "0.33" );
168168
checkModule('HTTP::Exception', );
169169
checkModule('Net::Twitter', "3.13006" );
170170
checkModule('PerlIO::eol', "0.14" );

0 commit comments

Comments
 (0)
Please sign in to comment.