don't need begin block

This commit is contained in:
JT Smith 2008-11-26 16:11:12 +00:00
parent ee84cc7611
commit a8952dc886

View file

@ -23,14 +23,10 @@ use File::Copy ();
use File::Find ();
use File::Path ();
use File::Spec;
use Image::Magick;
use Storable ();
use WebGUI::Utility qw(isIn);
BEGIN {
unless (eval { require Image::Magick; 1 }) {
croak "You must have Image::Magick installed to run WebGUI.\n";
}
}
=head1 NAME