The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

v1.2

Tue 16 Mar 2004

Released Pod::DocBook 1.2

Added missing test files

v1.1

Tue 16 Mar 2004

Released Pod::DocBook 1.1

Wed 3 Mar 2004

README is now pod format (seemed appropriate)

Tue 2 Mar 2004

Changes is now pod format (seemed appropriate)

fixed doc: =item * yields <itemizedlist>, not <simplelist>

fixed bug in <orderedlist> output

now uses MD5 hashes for fixed-length IDs (thanks to Jacques Supcik)

added --no-header option to pod2docbook (thanks to Jacques Supcik)

Thu 26 Feb 2004

fixed bug with blank lines in =begin docbook ... =end docbook regions (thanks to Garry Williams)

v1.0

Thu 19 Feb 2004

released Pod::DocBook 1.0

Tue 30 Dec 2003

started rewrite of Pod::DocBook

specialize Pod::Parser instead of parsing directly

emit formatted DocBook 4.2 SGML

OLD -- Pod::DocBook 0.6 and earlier

  0.0.6
  =====

      o Support for L<> style linking, includes new Id naming scheme

      o additional styles, variable headx->secty mapping

      o removed unneccessary <para></para> pairs

      o fixed index building (but don't use this)

      o general de-HTML-ization

  0.0.5
  =====

      o Added an incremental fix from Pod::HTML which corrected bogus output
        in C<0>, B<0> and so on tags.

  0.0.4
  =====

      o Added handling for auto-tag generation

  0.0.3
  =====

      o POD files such as:

          =head1 Some Chapter Title

          blah

        will format the first =head1 tag as a <chapter> tag and automatically
        fill in the final </chapter> for you when run with --no-header and
        --no-footer

      o =over/=item/=back handling cleaned up a bit to produce correct
        <variablelist>, <orderedList> and <itemizedList> constructs

      o Added basic auto-tagging handling.

      o Added --root-id argument to specify the root tag id

      o Removed <A> tags which were an overhang from pod2html

1 POD Error

The following errors were encountered while parsing the POD:

Around line 11:

You forgot a '=back' before '=head1'