Hi!

Abigail pointed out some (rarely occuring) string that seems to Pod::Simple
cannot grok:

$foo='

=pod

bar';

i.e. a string containing something that looks like POD.

http://www.perlmonks.org/index.pl?node_id=242873

You can test this with the attached POD and this:

perl -MPod::Simple::Text -e "Pod::Simple::Text->filter('error.pod')"

And please could somebody add me to the list? ezmlm at perl.org isn't
responding to any of my mails. Is it broken? Or is there a problem with my
mail setup (which seems to work fine with other list..)


-- 
#!/usr/bin/perl                               http://domm.zsi.at
for(ref bless{},just'another'perl'hacker){s-:+-$"-g&&print$_.$/}
$foo='

=pod

=head1 this isnt pod

=cut

';

=pod

=head1 but this is

=cut

Reply via email to