Merge branch 'new/bug11185' into 3.14.x

This commit is contained in:
Galen Charlton 2013-11-15 15:32:05 +00:00
commit c71cfd2281

View file

@ -22,8 +22,8 @@ use Pod::Usage;
use Getopt::Long;
use C4::Context;
use C4::Biblio;
eval { require AnyEvent } or die "This script requires AnyEvent perl library. Use check-url.pl if you can't install AnyEvent" ;
eval { require AnyEvent::HTTP } or die "This script requires AnyEvent::HTTP perl library. Use check-url.pl if you can't install AnyEvent::HTTP" ;
use AnyEvent;
use AnyEvent::HTTP;
my ( $verbose, $help, $html ) = ( 0, 0, 0 );
my ( $host, $host_intranet ) = ( '', '' );