Update of /cvsroot/fink/fink/perlmod/Fink/Checksum
In directory 
vz-cvs-3.sog:/tmp/cvs-serv21742/fink-branch_0_31/perlmod/Fink/Checksum

Modified Files:
      Tag: branch_0_31
        MD5.pm 
Log Message:
backport a bunch of stuff from HEAD (including activation of default 
maxbuildjobs)


Index: MD5.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/Checksum/MD5.pm,v
retrieving revision 1.11
retrieving revision 1.11.4.1
diff -u -d -r1.11 -r1.11.4.1
--- MD5.pm      13 Mar 2011 16:46:30 -0000      1.11
+++ MD5.pm      12 Sep 2011 14:22:37 -0000      1.11.4.1
@@ -45,7 +45,7 @@
        my $self = bless({}, $class);
 
        eval "require Digest::MD5";
-       if (not defined $@) {
+       if (!$@) {
                $md5pm = 1;
        } else {
                if(-e "/sbin/md5") {


------------------------------------------------------------------------------
Doing More with Less: The Next Generation Virtual Desktop 
What are the key obstacles that have prevented many mid-market businesses
from deploying virtual desktops?   How do next-generation virtual desktops
provide companies an easier-to-deploy, easier-to-manage and more affordable
virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to