fix error message
authorJesse Luehrs <doy@tozt.net>
Sun, 17 Jun 2012 23:53:45 +0000 (18:53 -0500)
committerJesse Luehrs <doy@tozt.net>
Sun, 17 Jun 2012 23:53:45 +0000 (18:53 -0500)
Porting/sync-with-cpan

index 2a43c8f..1525aa9 100755 (executable)
@@ -131,7 +131,7 @@ no  warnings 'syntax';
 
 $| = 1;
 
-die "This does not like top level directory"
+die "This does not look like a top level directory"
      unless -d "cpan" && -d "Porting";
 
 our @IGNORABLE;