All changes where made by Mark Overmeer <oodoc@overmeer.net>, unless
explicitly stated differently.
version 0.96: Mon Dec 11 15:19:12 CET 2006
Fixes:
- No "die" but "warn" when a module which is investigated
for docs contains errors or croaks in the code.
Improvements:
- Now also reports counts of documented options.
- added bin/oodist, which avoids the need to write an own script
to produce real POD.
- use oodist for OODoc, which make mkdist/mkdoc as expired
examples.
- created README which contains README.examples.
- check for "code accidentally captured in pod" made more
selective.
- add a 'notice' to all stripped pm files.
version 0.95: Tue Sep 26 13:18:49 CEST 2006
Fixes:
- Again, the solution with podlators logic doesn't work on
all formatters. Now I really got fed-up and made a markup
cleaner (tested in t/10nomarkup.t).
Thanks to [Slavan Rezic] for the investigations.
Improvements:
- Test the useability of all OODoc pm's in t/00work.t.
version 0.94: Mon Sep 18 10:54:39 CEST 2006
Fixes:
- tables now created with S<< >>, avoiding the use of a Pod::Man
bug. Requires podlators 2.0.5
version 0.93: Wed Jul 26 12:10:08 CEST 2006
Fixes:
- forgot to include examples/markov.pm in the MANIFEST
- Pod2 formatter did by default not include the FUNCTIONS chapter.
- Pod2 did not always add a blank line before pod-start.
Improvements:
- in Inheritance list, use 'is an' iso 'is a' before vowel
version 0.92: Tue Jul 25 10:50:11 CEST 2006
Fixes:
- quite a number of typos in the docs.
- option lists in produced pod had many blanks at the end of each
line because of superflous padding.
- Pod::Man bug will cause verbatim text not to be scanned for
C<> and friends unless connected to a non-verbatim block.
Now, this is avoided for the option-list.
Improvements:
- test of module existence (when used in M<>) has changed, to
be more understandible.
- improved doc in OODoc and OODoc::Parser
- adding "in scope of $pkg" to error message about missing NAME
chapter.
- added examples/markov.pm, as a kind of explenatory template
for the Markov parser, on request by [Pete Stein]
version 0.91: Fri May 20 10:45:37 CEST 2005
Fixes:
- in OODoc/Format/Pod.pm, $show->Apppend has one 'p' to many.
[Pontus Bergöö and Carl Humphrey]
version 0.90: Tue Aug 24 09:26:52 CEST 2004
Fixes:
- Inheritance in HTML didn't remove <pre> when using multiple
inheritance.
- =option with missing default crashed.
Improvements:
- The 'version' file can contain complex strings, like
$VERSION = '0.0.2'
The first sequence of digits and dots is taken.
- Abbreviated some of the error messages.
- options, sections and subroutines do understand most of
multiple inheritance.
version 0.10: Wed Jan 21 09:48:08 CET 2004
Fixes:
- Packages without manuals are skipped.
- Text::MagicTemplate has been renamed to Template::Magic::HTML
version 0.09: Tue Sep 30 09:59:06 CEST 2003
Fixes:
- Text::MagicTemplate 2.11 destroys the template which is passed
to output(), so we need to make a copy first.
version 0.08: Mon Sep 8 17:12:02 CEST 2003
Fixes:
- Adapted to Text::MagicTemplate release 2.11, which is not
compatible with older versions :-(
- OODoc::Format::Pod(2) could not format =function
- When the same distribution was created for the second time
in a row, some files could be missing from the MANIFEST.
Improvements:
- Added Object::Realize::Later to the examples (orl.tar.gz).
It can't get any simpler.
- Added Bundle::Text::MagicTemplate to the pre-requisits
version 0.07: Tue Jul 29 14:06:38 CEST 2003
Fixes:
- OODoc::Parser::Markov will add target=_blank to links produced
from L<http://>
- OODoc::Parser::Markov does not change < into < within
=for :html and =begin :html
Improvements:
- Moved all modules into lib/
- Added everything what is needed to merge the documentation of
multiple modules (especially useful to produce one huge HTML
version of related modules)
- The version for the distribution is automatically taken from
a file named version or VERSION in the source directory of the
files.
- L<> links in verbatim for pod is replaced by text, because
most podlaters do not know better.
- The example of OODoc use with MailBox shows how to combine
multiple modules into one doc tree.
version 0.06: Sun Jul 6 19:44:23 CEST 2003
Fixes:
- OODoc::Parser::Markov mutulated ampersants in the HTML output:
was: & --> \amp; became: & --> \&
- filenames in MANIFEST file made relative to that file
- make head1 really equivalent to chapter
- OODoc::Parser::Markov does add blank lines to output POD if
the author did not include them around pod statements. Superfluous
blanks are removed.
Improvements:
- OODoc::Format::Html copies mode of template file.
- Included Mail::Box example set-up, which will grow to become
the most complicated demonstration of possibilities.
- Support of L<> in OODoc::Parser::Markov with all features
defined by perlpod.
- $chapter->findEntry looks for chapters, sections, subsections
with a certain name: an index entry.
- Implemented =begin/=end understanding for OODoc/Parser/Markov
for both Html as Pod formatters.
- Implemented =for understanding for OODoc/Parser/Markov
for both Html as Pod formatters.
- Implemented =begin :html and =for :html understanding for
OODoc/Parser/Markov, for both Html as Pod formatters.
- The example of MailBox is much more complex, now more than
one distribution is included into MailBox's html website.
version 0.05: Tue May 6 12:19:17 CEST 2003
The Markov parser syntax has not changed, but nearly everything
else did.
Improvements:
- Many improvements in the produced HTML, especially when
more than one manual page is produced for a single packages
OODoc is now able to produce Mail::Box documentation, which
is huge and complex.
- Added examples/mimetypes.tar.gz as very simple set-up
version 0.04: Thu May 1 13:25:37 CEST 2003
Improvements:
- Producing HTML
- Added examples/oodoc.tar.gz and accompanying files
- Renamed OODoc::Format::PodTemplate into OODoc::Format::Pod2,
because there may be more template based formatters into POD
later.
version 0.03: Wed Apr 2 14:47:00 CEST 2003
Improvements:
- Added OODoc::Format::PodTemplate
- Minor reorderings in OODoc::Format::Pod
version 0.02: Tue Apr 1 13:52:33 CEST 2003
Improvements:
- handling of format_options
- appending text to POD
- documentation about POD configuration
version 0.01: March 30, 2003
Initial implementation