Document that Try::Tiny is required in testEnvironment.pl. This is really a requirement for backporting.

This commit is contained in:
Colin Kuskie 2011-03-30 15:11:48 -07:00
parent 16a89f59c9
commit 11f7d40070

View file

@ -63,6 +63,7 @@ my $missingModule = 0;
checkModule("LWP", 5.833 );
checkModule("Net::DNS", 0.66, );
checkModule("Try::Tiny", 0.07, );
checkModule("HTTP::Request", 1.40 );
checkModule("HTTP::Headers", 1.61 );
checkModule("Test::More", 0.96, 2 );