Skip Menu |

This queue is for tickets about the Digest-SHA CPAN distribution.

Report information
The Basics
Id: 17228
Status: resolved
Estimated: 2 hours (120 min)
Worked: 2 hours (120 min)
Priority: 0/
Queue: Digest-SHA

People
Owner: mshelor [...] cpan.org
Requestors: steve [...] fisharerojo.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 5.32
Fixed in: 5.34



Subject: [PATCH] Changes and fixes for integratng Digest::SHA into bleadperl
Date: Mon, 23 Jan 2006 09:46:36 -0600
To: mshelor [...] cpan.org, bug-digest-sha [...] rt.cpan.org
From: Steve Peters <steve [...] fisharerojo.org>
Since CPAN has upgraded to Digest::SHA for doing checksumming, Digest::SHA has been added to bleaderl (the development Perl branch). The attached patch includes the following changes: * Update of ppport.h to silence warnings with recent Perls * Additional BEGIN {...} section so that tests behave correctly in the core. * Bug fixes to two test files that failed on VMS. The tests had been using UNIX style paths (with "/"s). This has been changed to use File::Spec instead. Please feel free to let me know if you have any questions. Steve Peters steve@fisharerojo.org

Message body is not shown because sender requested not to inline it.

RT-Send-CC: mshelor [...] cpan.org
Thanks to Steve Peters for the recommended patch. All issues cited in this ticket have been addressed in the recently-released version of Digest::SHA (5.34). Problems regarding Unix-style pathnames in test scripts were more extensive than noted, so those have been fixed as well. The bundled "ppport.h" has been updated to Version 3.06_01. Per Steve's recommendation, all test scripts now include a preamble to allow Digest::SHA to be integrated into the Perl core.