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 <dcook@prosentient.com.au>

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
This commit is contained in:
Mark Tompsett 2017-01-20 17:34:56 +00:00 committed by Kyle M Hall
parent b4c66d5cc4
commit 7704478836
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ use C4::Context;
=head1 NAME =head1 NAME
C4::Plugins::Base - Base Module for plugins Koha::Plugins::Base - Base Module for plugins
=cut =cut

View file

@ -34,7 +34,7 @@ BEGIN {
=head1 NAME =head1 NAME
C4::Plugins::Handler - Handler Module for running plugins Koha::Plugins::Handler - Handler Module for running plugins
=head1 SYNOPSIS =head1 SYNOPSIS