Upgrade to Digest-1.16
[p5sagit/p5-mst-13.2.git] / win32 / ce-helpers / makedist.pl
index 1332d23..8581267 100644 (file)
@@ -237,7 +237,7 @@ sub bootstrap {
     my $bs = $file;
     $bs =~ s/(\.\w+)?(;\d*)?$/\.bs/;
     if (-s $bs) { # only read file if it's not empty
-        eval { do $bs; };
+        do $bs;
         warn "$bs: $@\n" if $@;
     }