Bugzilla – Attachment 13375 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.02 KB, created by
Jared Camins-Esakov
on 2012-11-10 19:04:36 UTC
(
hide
)
Description:
Bug 9053: Test::MockModule and DBD::Mock should be required
Filename:
MIME Type:
Creator:
Jared Camins-Esakov
Created:
2012-11-10 19:04:36 UTC
Size:
1.02 KB
patch
obsolete
>From c9aacca4685d30997192bd52e539198eb98d8cd3 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. >--- > 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.9.5
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