Merge branch 'new/bug11185' into 3.14.x
This commit is contained in:
commit
c71cfd2281
1 changed files with 2 additions and 2 deletions
|
@ -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 ) = ( '', '' );
|
||||
|
|
Loading…
Reference in a new issue