Package: libcgi-application-plugin-dbiprofile-perl / 0.07-2

pod.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Author: Nicholas Bamber <nicholas@periapt.co.uk>
Subject: Missing NAME section in pod
 The author seems to be aware of the omission and this patch does
 not actually fix the issue so there is no point in forwarding it.
Forwarded: not-needed
Last-Update: 2011-10-28
--- a/lib/CGI/Application/Plugin/DBIProfile/Driver.pm
+++ b/lib/CGI/Application/Plugin/DBIProfile/Driver.pm
@@ -2,6 +2,10 @@
 use strict;
 use IO::Scalar;
 
+=head1 NAME
+
+CGI::Application::Plugin::DBIProfile::Driver - driver module
+
 =head1 TODO: POD
 
 =cut