File: fix-pod

package info (click to toggle)
liblog-loglite-perl 0.82-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 108 kB
  • sloc: perl: 327; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 920 bytes parent folder | download | duplicates (3)
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
32
33
34
Description: fix errors in the POD syntax
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=125733

--- a/LogLite.pm
+++ b/LogLite.pm
@@ -198,7 +198,7 @@
 to the C<write> method may write a new line in the log file. If the level
 of the message is lower or equal to the logging level, the message will 
 be written to the log file. The format of the logging messages can be 
-controled by changing the template, and by defining a default message.
+controlled by changing the template, and by defining a default message.
 The class uses the IO::LockedFile class.
 
 =head1 CONSTRUCTOR
@@ -279,6 +279,8 @@
 
 Returns the value of the TEMPLATE data member. 
 
+=back
+
 =head1 AUTHOR
 
 Rani Pinchuk, rani@cpan.org
--- a/NullLogLite.pm
+++ b/NullLogLite.pm
@@ -125,6 +125,8 @@
 Does nothing. The parameters will not have any affect.
 Returns empty string (""). 
 
+=back
+
 =head1 AUTHOR
 
 Rani Pinchuk, rani@cpan.org