From 11f7d4007074d3e52b4d69fa5bb1506382db9c43 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 30 Mar 2011 15:11:48 -0700 Subject: [PATCH] Document that Try::Tiny is required in testEnvironment.pl. This is really a requirement for backporting. --- sbin/testEnvironment.pl | 1 + 1 file changed, 1 insertion(+) 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 );