diff -Nurd -x'*~' Tie-Array-Packed-0.10.orig/t/pods.t Tie-Array-Packed-0.10/t/pods.t
--- Tie-Array-Packed-0.10.orig/t/pods.t	2007-03-11 17:13:53.000000000 -0400
+++ Tie-Array-Packed-0.10/t/pods.t	2010-08-14 11:47:00.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 $@;