Bugzilla – Attachment 12648 Details for
Bug 7963
Parallel HTTP requests when checking URLs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] follow-up: die nicely if AnyEvent libraries not installed
0002-Bug-7963-follow-up-die-nicely-if-AnyEvent-libraries-.patch (text/plain), 1.16 KB, created by
Frédéric Demians
on 2012-10-02 16:29:11 UTC
(
hide
)
Description:
[SIGNED-OFF] follow-up: die nicely if AnyEvent libraries not installed
Filename:
MIME Type:
Creator:
Frédéric Demians
Created:
2012-10-02 16:29:11 UTC
Size:
1.16 KB
patch
obsolete
>From 6223683d3e1e01495fdf509ebd28ed525d6b07be Mon Sep 17 00:00:00 2001 >From: Paul Poulain <paul.poulain@biblibre.com> >Date: Tue, 2 Oct 2012 16:55:32 +0200 >Subject: [PATCH 2/2] Bug 7963 follow-up: die nicely if AnyEvent libraries not > installed >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Signed-off-by: Frédéric Demians <f.demians@tamil.fr> >--- > misc/cronjobs/check-url-quick.pl | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/misc/cronjobs/check-url-quick.pl b/misc/cronjobs/check-url-quick.pl >index 632a1fe..d1674e8 100755 >--- a/misc/cronjobs/check-url-quick.pl >+++ b/misc/cronjobs/check-url-quick.pl >@@ -22,8 +22,8 @@ use Pod::Usage; > use Getopt::Long; > use C4::Context; > use C4::Biblio; >-use AnyEvent; >-use AnyEvent::HTTP; >+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" ; > > my ( $verbose, $help, $html ) = ( 0, 0, 0 ); > my ( $host, $host_intranet ) = ( '', '' ); >-- >1.7.11.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 7963
:
9195
|
9197
|
9206
|
10194
|
10195
|
10238
|
10239
|
11403
|
11405
|
11837
|
11840
|
12644
| 12648