Bugzilla – Attachment 28415 Details for
Bug 12041
Improve Koha::Cache
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12041 - POD fixing followup
Bug-12041---POD-fixing-followup.patch (text/plain), 1.23 KB, created by
Robin Sheat
on 2014-05-22 00:01:29 UTC
(
hide
)
Description:
Bug 12041 - POD fixing followup
Filename:
MIME Type:
Creator:
Robin Sheat
Created:
2014-05-22 00:01:29 UTC
Size:
1.23 KB
patch
obsolete
>From cc78f4c32c5e066b43a9431ec9c9efd3bcc4e831 Mon Sep 17 00:00:00 2001 >From: Robin Sheat <robin@catalyst.net.nz> >Date: Thu, 22 May 2014 11:59:52 +1200 >Subject: [PATCH] Bug 12041 - POD fixing followup > >This fixes a minor POD error detected, and also adds the Koha/ directory >to the regular test case so that the in-repo tests can find these >things. >--- > Koha/Cache.pm | 2 ++ > xt/author/podcorrectness.t | 2 +- > 2 files changed, 3 insertions(+), 1 deletion(-) > >diff --git a/Koha/Cache.pm b/Koha/Cache.pm >index 0b5e499..358a9a4 100644 >--- a/Koha/Cache.pm >+++ b/Koha/Cache.pm >@@ -234,6 +234,8 @@ the caching layer anyway. > The cache object to use if you want to provide your own. It should be an > instance of C<Cache::*> and follow the same interface as L<Cache::Memcache>. > >+=back >+ > =cut > > sub set_in_cache { >diff --git a/xt/author/podcorrectness.t b/xt/author/podcorrectness.t >index 6ad915c..ed3fc5d 100644 >--- a/xt/author/podcorrectness.t >+++ b/xt/author/podcorrectness.t >@@ -19,6 +19,6 @@ xt/author/podcorrectness.t> > use Test::More; > eval "use Test::Pod 1.00"; > plan skip_all => "Test::Pod 1.00 required for testing POD" if $@; >-my @poddirs = qw( C4 ); >+my @poddirs = qw( C4 Koha ); > all_pod_files_ok( all_pod_files( @poddirs ) ); > >-- >1.8.3.2
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 12041
:
26891
|
26908
|
26909
|
26949
|
27381
|
28415
|
28611
|
28612
|
28613