@@ -, +, @@ --- Koha/Filter/MARC/EmbedItemsAvailability.pm | 2 ++ Koha/Filter/MARC/EmbedSeeFromHeadings.pm | 2 ++ Koha/Filter/MARC/Null.pm | 2 ++ Koha/SearchEngine.pm | 2 ++ misc/translator/VerboseWarnings.pm | 2 ++ t/lib/Koha/Plugin/Test.pm | 2 ++ 6 files changed, 12 insertions(+) --- a/Koha/Filter/MARC/EmbedItemsAvailability.pm +++ a/Koha/Filter/MARC/EmbedItemsAvailability.pm @@ -95,3 +95,5 @@ sub _processrecord { return $record; } + +1; --- a/Koha/Filter/MARC/EmbedSeeFromHeadings.pm +++ a/Koha/Filter/MARC/EmbedSeeFromHeadings.pm @@ -105,3 +105,5 @@ sub _processrecord { } return $record; } + +1; --- a/Koha/Filter/MARC/Null.pm +++ a/Koha/Filter/MARC/Null.pm @@ -52,3 +52,5 @@ sub filter { return $record; } + +1; --- a/Koha/SearchEngine.pm +++ a/Koha/SearchEngine.pm @@ -44,3 +44,5 @@ indicate that you want to be working with the authorities index. # may be used for, e.g., directory names. Readonly our $BIBLIOS_INDEX => 'biblios'; Readonly our $AUTHORITIES_INDEX => 'authorities'; + +1; --- a/misc/translator/VerboseWarnings.pm +++ a/misc/translator/VerboseWarnings.pm @@ -123,4 +123,6 @@ sub warned { return $warned; # number of times warned } +1; + ############################################################################### --- a/t/lib/Koha/Plugin/Test.pm +++ a/t/lib/Koha/Plugin/Test.pm @@ -311,3 +311,5 @@ sub intranet_catalog_biblio_tab { sub _private_sub { return ""; } + +1; --