-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 =pod I've been dreading this for a while -- update every module on my system to the latest, and see if my CPAN modules still work: lang:Bash for i in *; do cd $i; echo -n "$i: "; perl Makefile.PL >/dev/null 2>&1; (make test 2>/dev/null | grep "All tests") || echo "FAILED"; cd ~/projects/cpan_modules; done; Amazingly, they all do! C # not breaking my modules> =cut -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iQCVAwUBRs5FMtAZeFPdJeQvAQLg9wP/RRR+QVKafBbm9f+AO746Ajjf1AYhtK/l NrFrfKGy0wPf/X+i80qrFAy1FT5dmtGR4JMkrq49dfDz0zC94hzOZH7XRurZNy8E 1Yw8bFx+GYxsOu/QtFB5tIcJ0lpJ4FtF53OttwqNUJX+jOgoWy1zOGY+8YDAB3a0 +ylYrw+r1lE= =mv8M -----END PGP SIGNATURE-----