From 5ab86735ff66381698b1e8e0bc587970dacc69fe Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Fri, 13 Jul 2007 20:16:06 +0000 Subject: Bug 387678: Warnings thrown when running ./runtests -v 11 - Patch by Frédéric Buclin r=dkl a=LpSolit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bugzilla/Install/Util.pm | 2 +- Bugzilla/Search/Saved.pm | 2 +- Bugzilla/User/Setting/Skin.pm | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Bugzilla/Install/Util.pm b/Bugzilla/Install/Util.pm index 32860732b..a590238e4 100644 --- a/Bugzilla/Install/Util.pm +++ b/Bugzilla/Install/Util.pm @@ -430,7 +430,7 @@ This allows for localization of strings used during installation. Let's say your template string looks like this: The ##animal## jumped over the ##plant##. - + Let's say that string is called 'animal_jump_plant'. So you call the function like this: diff --git a/Bugzilla/Search/Saved.pm b/Bugzilla/Search/Saved.pm index 3c1ad6651..bcc72cffe 100644 --- a/Bugzilla/Search/Saved.pm +++ b/Bugzilla/Search/Saved.pm @@ -214,7 +214,7 @@ __END__ =head1 NAME - Bugzilla::Search::Saved - A saved search +Bugzilla::Search::Saved - A saved search =head1 SYNOPSIS diff --git a/Bugzilla/User/Setting/Skin.pm b/Bugzilla/User/Setting/Skin.pm index f55e01297..0b0adfd51 100755 --- a/Bugzilla/User/Setting/Skin.pm +++ b/Bugzilla/User/Setting/Skin.pm @@ -60,8 +60,6 @@ __END__ Bugzilla::User::Setting::Skin - Object for a user preference setting for skins -=head1 SYNOPSIS - =head1 DESCRIPTION Skin.pm extends Bugzilla::User::Setting and implements a class specialized for -- cgit v1.2.3-24-g4f1b