XML::Filter::EzPod

A SAX filter (for Pod::SAX) that makes writing Pod easier
Download

XML::Filter::EzPod Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Matt Sergeant
  • Publisher web site:
  • http://search.cpan.org/~msergeant/

XML::Filter::EzPod Tags


XML::Filter::EzPod Description

A SAX filter (for Pod::SAX) that makes writing Pod easier Don't you just get tired of writing lists in pod? So much annoying vertical whitespace! I got sick of it too. So this filter turns something like: * A bullet * Point ** With extra levels ** Going *** Up ** and * Down ** And up againInto the appropriate SAX events as though the source were a POD list.SYNOPSIS my $p = Pod::SAX->new( Handler => XML::Filter::EzPod->new( Handler => XML::SAX::Writer->new( Output => $output ) ) ); Requirements: · Perl


XML::Filter::EzPod Related Software