View | Details | Raw Unified | Return to bug 12041
Collapse All | Expand All

(-)a/Koha/Cache.pm (+2 lines)
Lines 234-239 the caching layer anyway. Link Here
234
The cache object to use if you want to provide your own. It should be an
234
The cache object to use if you want to provide your own. It should be an
235
instance of C<Cache::*> and follow the same interface as L<Cache::Memcache>.
235
instance of C<Cache::*> and follow the same interface as L<Cache::Memcache>.
236
236
237
=back
238
237
=cut
239
=cut
238
240
239
sub set_in_cache {
241
sub set_in_cache {
(-)a/xt/author/podcorrectness.t (-2 / +1 lines)
Lines 19-24 xt/author/podcorrectness.t> Link Here
19
use Test::More;
19
use Test::More;
20
eval "use Test::Pod 1.00";
20
eval "use Test::Pod 1.00";
21
plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
21
plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
22
my @poddirs = qw( C4 );
22
my @poddirs = qw( C4 Koha );
23
all_pod_files_ok( all_pod_files( @poddirs ) );
23
all_pod_files_ok( all_pod_files( @poddirs ) );
24
24
25
- 

Return to bug 12041