diff -Nurd -x'*~' Devel-SmallProf-2.02.orig/t/pods.t Devel-SmallProf-2.02/t/pods.t --- Devel-SmallProf-2.02.orig/t/pods.t 2007-04-09 05:21:13.000000000 -0400 +++ Devel-SmallProf-2.02/t/pods.t 2010-08-14 12:59:12.000000000 -0400 @@ -3,8 +3,7 @@ use strict; use Test::More; -plan skip_all => "Only the author needs to check that POD docs are right" - unless eval "no warnings; getlogin eq 'salva'"; +plan skip_all => "Only the author needs to check that POD docs are right"; eval "use Test::Pod 1.00"; plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;