Be gentler to checkout users
Peter Rabbitson [Thu, 3 Jun 2010 10:46:26 +0000 (10:46 +0000)]
Makefile.PL

index 9ec98e2..2b976ee 100644 (file)
@@ -166,7 +166,15 @@ tests_recursive (qw|
 
 # temporary(?) until I get around to fix M::I wrt xt/
 # needs Module::Install::AuthorTests
-recursive_author_tests (qw/xt/);
+eval { 
+  recursive_author_tests (qw/xt/);
+  1;
+} || do {
+  my $err = $@;
+  eval { require Module::Install::AuthorTests }
+    || die "\nYou need Module::Install::AuthorTests installed to run this Makefile.PL:\n\n$@\n";
+  die $@;
+};
 
 
 install_script (qw|