ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/cf/pod.pm
(Generate patch)

Comparing deliantra/server/lib/cf/pod.pm (file contents):
Revision 1.19 by root, Mon Mar 30 13:38:15 2009 UTC vs.
Revision 1.20 by root, Wed Oct 21 00:44:39 2009 UTC

1package cf::pod; 1package cf::pod;
2
3use common::sense;
2 4
3use Pod::POM; 5use Pod::POM;
4 6
5our $indent; 7our $indent;
6our $level; 8our $level;
7our @result; 9our @result;
8 10
9package cf::pod::AsParagraphs; 11package cf::pod::AsParagraphs;
10 12
11use strict; 13use common::sense;
12 14
13use base "Pod::POM::View"; 15use base "Pod::POM::View";
14 16
15my %E = ( 17my %E = (
16 "<" => "E<lt>", 18 "<" => "E<lt>",

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines