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.10 by root, Sun Jul 8 14:56:06 2007 UTC vs.
Revision 1.11 by root, Tue Jul 10 05:51:38 2007 UTC

194 } 194 }
195 }; 195 };
196} 196}
197 197
198# format as cfpod-style text 198# format as cfpod-style text
199sub as_text($) { 199sub as_cfpod($) {
200 my ($pars) = @_; 200 my ($pars) = @_;
201 201
202 my $res; 202 my $res;
203 203
204 for my $par (@$pars) { 204 for my $par (@$pars) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines