@@ -, +, @@ --------- -- apply first patch -- still two references -- apply this patch -- no references -- should look fixed Please enter the commit message for your changes. Lines starting --- Koha/Plugins/Base.pm | 2 +- Koha/Plugins/Handler.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- a/Koha/Plugins/Base.pm +++ a/Koha/Plugins/Base.pm @@ -28,7 +28,7 @@ use C4::Context; =head1 NAME -C4::Plugins::Base - Base Module for plugins +Koha::Plugins::Base - Base Module for plugins =cut --- a/Koha/Plugins/Handler.pm +++ a/Koha/Plugins/Handler.pm @@ -34,7 +34,7 @@ BEGIN { =head1 NAME -C4::Plugins::Handler - Handler Module for running plugins +Koha::Plugins::Handler - Handler Module for running plugins =head1 SYNOPSIS --