File: fix_name_section_pod.patch

package info (click to toggle)
libcgi-session-perl 4.46-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 624 kB
  • sloc: perl: 1,899; makefile: 5
file content (31 lines) | stat: -rw-r--r-- 912 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Author: Rene Mayorga <rmayorga@debian.org>
Description: Fix POD's name section.
 Also spelling error
Last-Update: 2011-07-08
Reviewed-by: Nicholas Bamber <nicholas@periapt.co.uk>
Bug: http://rt.cpan.org/Ticket/Display.html?id=69369
--- a/lib/CGI/Session/Test/Default.pm
+++ b/lib/CGI/Session/Test/Default.pm
@@ -13,9 +13,9 @@
 
 $CGI::Session::Test::Default::VERSION = '4.46';
 
-=head1 CGI::Session::Test::Default
+=head1 NAME
 
-Run a suite of tests for a given CGI::Session::Driver
+CGI::Session::Test::Default - Run a suite of tests for a given CGI::Session::Driver
 
 =head2 new()
 
--- a/lib/CGI/Session.pm
+++ b/lib/CGI/Session.pm
@@ -1329,7 +1329,7 @@
 
 =head1 A Warning about Auto-flushing
 
-Auto-flushing can be unreliable for the following reasons. Explict flushing
+Auto-flushing can be unreliable for the following reasons. Explicit flushing
 after key session updates is recommended. 
 
 =over 4