-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Keith Whyte writes: > >If you're at a loose end, try blowing away the on-disk files for > >Digest::SHA1 and reinstalling that module from CPAN. > > > Have done - I wonder should I do the same with other modules. any body > know how and easy way to test on the entire perl @INC to see what's not > working? not off the top of my head, but for this module, this one-liner will test if it's working or not: perl -we 'use Digest::SHA1 qw(sha1_hex);print sha1_hex("1"),"\n";' should output: 356a192b7913b04c54574d18c28d46e6395428ab - --j. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) Comment: Exmh CVS iD8DBQFB2uVUMJF5cimLx9ARAm0MAJ9oPWjKIPVVabUPyrCKaILgdIVbtwCguCUn upxi99eL5RtsfSYmjRE//Go= =waBZ -----END PGP SIGNATURE-----