diff --git a/sbin/testEnvironment.pl b/sbin/testEnvironment.pl index 88109217f..58f9e92fe 100755 --- a/sbin/testEnvironment.pl +++ b/sbin/testEnvironment.pl @@ -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 );