Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv9269/stable/main/finkinfo/libs/perlmods

Modified Files:
        io-digest-pm.info 
Added Files:
        io-digest-pm.patch 
Log Message:
new version (with weird eval{} fix, even older %v now have same problem, so 
likely it's a behavior-change in a dep


--- NEW FILE: io-digest-pm.patch ---
diff -Nurd -x'*~' IO-Digest-0.11.orig/t/1basic.t IO-Digest-0.11/t/1basic.t
--- IO-Digest-0.11.orig/t/1basic.t      2013-02-16 04:52:26.000000000 -0500
+++ IO-Digest-0.11/t/1basic.t   2013-05-21 13:27:15.000000000 -0400
@@ -10,7 +10,7 @@
 print "fsck\nfsck\n";
 is ($digest->hexdigest, 'cde05cba57ea689e1dd96304759d0184');
 
-eval {
+my $rc = eval {
 $digest = IO::Digest->new (\*STDOUT, 'CLKAO'); # I don't think there will be 
Digest::CLKAO
 };
-ok ($@);
+ok (!defined $rc);

Index: io-digest-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/perlmods/io-digest-pm.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- io-digest-pm.info   7 Jan 2012 21:57:29 -0000       1.1
+++ io-digest-pm.info   21 May 2013 17:33:11 -0000      1.2
@@ -1,6 +1,6 @@
 Package: io-digest-pm
-Version: 0.10
-Revision: 2
+Version: 0.11
+Revision: 1
 Type: perl
 Description: Perl module to calculate digests during io
 License: Artistic
@@ -11,7 +11,11 @@
 
 # Unpack Phase:
 Source: mirror:cpan:authors/id/C/CL/CLKAO/IO-Digest-%v.tar.gz
-Source-MD5: 0448841e0559c2c19c7e8001ef087e26
+Source-MD5: f19fb37af562645e2f70c62ac05154fc
+
+# 'Digest->new' failure mode seems not to be caught by simple $@ of eval{}
+PatchFile: %n.patch
+PatchFile-MD5: 97b1ff17044d3d67c74e92144ea995a5
 
 # Install Phase:
 UpdatePOD: True


------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to