From 9b396e11bf8a31825bae1d903585f13fd482ab62 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Wed, 12 Nov 2014 17:02:00 +0100 Subject: [PATCH] Bug 13223: [QA Follow-up] Trivial change to one POD line Content-Type: text/plain; charset=utf-8 The line referred to Plugin while it should be FrameworkPlugin. (I renamed the module in the process but forgot this line.) Signed-off-by: Marcel de Rooy --- Koha/Util/FrameworkPlugin.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Koha/Util/FrameworkPlugin.pm b/Koha/Util/FrameworkPlugin.pm index 698b68a..f0eabc0 100644 --- a/Koha/Util/FrameworkPlugin.pm +++ b/Koha/Util/FrameworkPlugin.pm @@ -32,7 +32,7 @@ BEGIN { =head1 NAME -Koha::Util::Plugin - utility class with routines for framework plugins +Koha::Util::FrameworkPlugin - utility class with routines for framework plugins =head1 FUNCTIONS -- 1.7.7.6