Commit info for scoop/lib/Scoop:

Modified Files:
	Boxes.pm 
Log Message:
Committing janra's bug fix for #65 Invalid boxes can crash scoop --hulver


Index: Boxes.pm
===================================================================
RCS file: /cvs/scoop/scoop/lib/Scoop/Boxes.pm,v
retrieving revision 1.170
retrieving revision 1.171
diff -r1.170 -r1.171
38c38
< 	{
---
> 	eval {
40a41,44
> 	};
> 	if ( $@ ) {
> 		warn "run_box: $box_id failed with message: $@";
> 		return ($S->{UI}->{BLOCKS}->{box_failed_msg}, $data, $S->{UI}->{BLOCKS}->{error_box});