Bugzilla – Attachment 10239 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]
Dependencies
0002-Bug-7963-Add-new-dependencies-AnyEvent-AnyEvent-HTTP.patch (text/plain), 998 bytes, created by
Frédéric Demians
on 2012-06-11 16:51:35 UTC
(
hide
)
Description:
Dependencies
Filename:
MIME Type:
Creator:
Frédéric Demians
Created:
2012-06-11 16:51:35 UTC
Size:
998 bytes
patch
obsolete
>From f4c2a8e6611ff3353f11c998bed4220ae2d56cce Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Demians?= <f.demians@tamil.fr> >Date: Mon, 11 Jun 2012 14:32:55 +0200 >Subject: [PATCH 2/2] Bug 7963 Add new dependencies AnyEvent & AnyEvent::HTTP > >--- > C4/Installer/PerlDependencies.pm | 12 +++++++++++- > 1 files changed, 11 insertions(+), 1 deletions(-) > >diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm >index 8dcfd76..48fea83 100644 >--- a/C4/Installer/PerlDependencies.pm >+++ b/C4/Installer/PerlDependencies.pm >@@ -518,7 +518,17 @@ our $PERL_DEPS = { > 'usage' => 'Core', > 'required' => '1', > 'min_ver' => '0.09', >- }, >+ }, >+ 'AnyEvent' => { >+ 'usage' => 'Command line scripts', >+ 'required' => '0', >+ 'min_ver' => '5.0', >+ }, >+ 'AnyEvent::HTTP' => { >+ 'usage' => 'Command line scripts', >+ 'required' => '0', >+ 'min_ver' => '2.13', >+ }, > }; > > 1; >-- >1.7.8 >
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