Removed unnecessary NULL check in Digest::SHA
[p5sagit/p5-mst-13.2.git] / ext / Digest / SHA / Changes
index 68f5e6a..23bc914 100644 (file)
@@ -1,5 +1,13 @@
 Revision history for Perl extension Digest::SHA.
 
+5.34  Thu Feb  2 18:55:40 MST 2006
+       - removed Unix-style pathnames in test scripts
+               -- causing problems on OpenVMS
+               -- thanks to Steve Peters for patch
+       - included latest version of Perl Portability header (ppport.h)
+       - added PERL_CORE check to test scripts
+               -- allows module to be built into Perl distribution
+
 5.32  Fri Dec  2 02:32:20 MST 2005
        - added POD section to shasum script
                -- thanks to Gunnar Wolf for patch