Bugzilla – Attachment 13379 Details for
Bug 9053
Test::MockModule and DBD::Mock should be required
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9053: Test::MockModule and DBD::Mock should be required
Bug-9053-TestMockModule-and-DBDMock-should-be-requ.patch (text/plain), 1.07 KB, created by
Chris Cormack
on 2012-11-11 06:14:02 UTC
(
hide
)
Description:
Bug 9053: Test::MockModule and DBD::Mock should be required
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2012-11-11 06:14:02 UTC
Size:
1.07 KB
patch
obsolete
>From ffe51eb2c57b1d8de1bdc6e8851084914d70661a Mon Sep 17 00:00:00 2001 >From: Jared Camins-Esakov <jcamins@cpbibliography.com> >Date: Sat, 10 Nov 2012 14:03:11 -0500 >Subject: [PATCH] Bug 9053: Test::MockModule and DBD::Mock should be required > >Test::MockModule and DBD::Mock are required for the unit tests in t/ >to run. This is good, but means they should be required. > >Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> >--- > C4/Installer/PerlDependencies.pm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm >index abd8b65..71f35d4 100644 >--- a/C4/Installer/PerlDependencies.pm >+++ b/C4/Installer/PerlDependencies.pm >@@ -576,12 +576,12 @@ our $PERL_DEPS = { > }, > 'DBD::Mock' => { > 'usage' => 'Core', >- 'required' => '0', >+ 'required' => '1', > 'min_ver' => '1.39' > }, > 'Test::MockModule' => { > 'usage' => 'Core', >- 'required' => '0', >+ 'required' => '1', > 'min_ver' => '0.05', > }, > 'Test::Warn' => { >-- >1.7.10.4
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 9053
:
13375
| 13379