File: pod.patch

package info (click to toggle)
libcgi-application-plugin-dbiprofile-perl 0.07-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 160 kB
  • ctags: 49
  • sloc: perl: 710; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 527 bytes parent folder | download | duplicates (4)
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