From 4bd3a23ac6b5a59975aec3599f9dd2cbc36b7d0d Mon Sep 17 00:00:00 2001 From: Mark Tompsett Date: Fri, 20 Jan 2017 17:34:56 +0000 Subject: [PATCH] Bug 17935: Follow up for C4::Plugin... TEST PLAN --------- -- apply first patch git grep "C4::Plugin" -- still two references perldoc Koha::Plugins::Base perldoc Koha::Plugins::Handler -- apply this patch git grep "C4::Plugin" -- no references perldoc Koha::Plugins::Base perldoc Koha::Plugins::Handler -- should look fixed Please enter the commit message for your changes. Lines starting Signed-off-by: David Cook --- Koha/Plugins/Base.pm | 2 +- Koha/Plugins/Handler.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Koha/Plugins/Base.pm b/Koha/Plugins/Base.pm index 4aa8e94..ba20a58 100644 --- a/Koha/Plugins/Base.pm +++ b/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 diff --git a/Koha/Plugins/Handler.pm b/Koha/Plugins/Handler.pm index b0e316a..5b6e3e3 100644 --- a/Koha/Plugins/Handler.pm +++ b/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 -- 2.10.2