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.9 by root, Tue Jul 3 06:07:07 2007 UTC vs.
Revision 1.10 by root, Sun Jul 8 14:56:06 2007 UTC

188 2 => sub { 188 2 => sub {
189 my ($src) = @_; 189 my ($src) = @_;
190 cf::fork_call { 190 cf::fork_call {
191 my $pod = $src->[0]; 191 my $pod = $src->[0];
192 utf8::decode $pod; 192 utf8::decode $pod;
193 Coro::Storable::freeze pom_as_paragraphs +(Pod::POM->new->parse_text ($pod)) 193 cf::_store_scalar pom_as_paragraphs +(Pod::POM->new->parse_text ($pod))
194 } 194 }
195 }; 195 };
196} 196}
197 197
198# format as cfpod-style text 198# format as cfpod-style text

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines