Bug 12041 - POD fixing followup
authorRobin Sheat <robin@catalyst.net.nz>
Wed, 21 May 2014 23:59:52 +0000 (11:59 +1200)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 19 Jun 2014 16:05:15 +0000 (13:05 -0300)
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.

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>

Koha/Cache.pm
xt/author/podcorrectness.t

index 0b5e499..358a9a4 100644 (file)
@@ -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 {
index 6ad915c..ed3fc5d 100644 (file)
@@ -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 ) );