OODoc

 view release on metacpan or  search on metacpan

ChangeLog  view on Meta::CPAN


All changes where made by Mark Overmeer <perl@overmeer.net>, unless
explicitly stated otherwise.

version 2.02: Wed  8 Dec 13:41:32 CET 2021

	Fixes:
	- parsing of requires/option/default when second parameter is
	  missing.
	- pod3 did not include the examples in the output.
	- do not process packages named DB (used with caller())
	- separate artisic license from "as Perl itself", which is either
	  artistic or GPL* rt.cpan.org#120319 [Jitka Plesnikova]
	- inheritance 'is a', sometimes 'is an'

	Improvements:
	- now on GitHUB

version 2.01: Wed 11 Nov 12:27:52 CET 2015

	Fixes:
	- PODTAIL.txt from file should have a blank line added before
	  to avoid to pod statements without separating blank.
	- accept =encoding
	- overload has no parameters to display
	- html_stylesheet processing in HTML(1) formatter
	- show functions in example template
	- DETAILS overview repeated inherited references

ChangeLog  view on Meta::CPAN

	- bin/oodist remove warnings about use of qw()
	- explicitly use tar with --format=gnu (not posix, to avoid
	  PaxHeaders poluting the extracted directories)
	- refer to docs in base class, in case of inheritance
	- remove many of the empty inherited heads which show-up empty
	- =pod :html, the ':' becomes optional. perlpod has both.
	- ::MarkOv blanks between parens and [] or <> in formatted call
	- ::MarkOv change some texts
	- changed documentation style

version 2.00: Fri Jan 11 09:59:08 CET 2013

	Changes:

	- translated errors to use Log::Report.  Removed the 'verbose'
	  parameters everywhere.

	- removal of discontinued Template::Magick for HTML output. New
	  template based way of producing HTML.

	- functions without parameters will be formatted in Pod with

ChangeLog  view on Meta::CPAN


	Improvements:

	- new ::Parser::Markov tag =package when there is no
	  package statement possible.

	- added bin/oodist option --(no)tests

	- use ::Pod::writeTable(width) as minimum width, not absolute.

version 1.06: Wed Jan 26 16:08:25 CET 2011

	Changes:

	- oodist: pod3 formatter is the new default, because Template::Magic
	  (pod2) is not supported anymore.

	Fixes:

	- do not include INHERITANCE header when there is no info in it.

ChangeLog  view on Meta::CPAN

	Improvements:

	- oodist: run tests with 'prove'

	- oodist: also run tests in 'xt/' sub-directory

	- new method OODoc::Manual::index();

	- pod: far more condensed output and other cleanups

version 1.05: Mon Jan 26 12:57:32 CET 2009

	Fixes:

	- slightly improved copyright date generation.

	- fix L<> links to pages within the set:  :: -> _

	- broken links on front-page. [Offer Kaye]

	Improvements:

ChangeLog  view on Meta::CPAN

	  about external manual which do not have a package file.  Also
	  SKIP_LINKS in Makefile.PL with oodist.

	- PODTAIL and PMHEAD can also be set in the Makefile.PL

	- Add "SEE ALSO", COPYRIGHTS and LICENSE to the html template

	- Permit chapter names with quotes in HTML template, to allow
	  blanks and other special characters in the name.

version 1.03: Fri Mar 14 14:27:12 CET 2008

	Changes:

	- In the HTML output, the manual page X::Y::Z will not referred
	  to under its name, because that causes various problems with
	  hrefs, and is not portable under Windows.  The packages will
	  be addressed as X_Y_Z.  Thanks to [Joop Ringelberg] for paving
	  this path.

	Fixes:

ChangeLog  view on Meta::CPAN


	- remove complaints about "Attempt to reload" for Perl5.10

	Improvements:

	- verbosity in the "get package relations" phase.

	- raw package created by oodist will unpack in a sub-dir,
	  named <pkg>-<version>-raw

version 1.02: Fri Nov  9 11:04:39 CET 2007

	Fixes:

	- check for OODoc::Text::Structure::isEmpty() was flawed.

	- stop parsing a pm file when a __DATA__ line is found.

	- fixed typos in example

	Changes:

ChangeLog  view on Meta::CPAN

	  and its raw counterpart to the final location.

	- Empty "Defined in" columns in option lists are removed

	- Html will show boundary around option list, to distiguish it
	  cleared from the other method documentation.

	- Package HTML with HTML_PACKAGE/--html-package options in
	  oodist.

version 0.98: Tue Dec 19 13:45:40 CET 2006

	Fixes:

	- oodist: do not attempt to create HTML if the templates do
	  no exist.

	Improvements:

	- oodist: firstyear can be more complex.

	- oodist: little work-around with OODOC_VERSION variable to
	  be able to use raw OODoc version in private development
	  environment.

	- produced pod will have superfluous blank lines removed.

version 0.97: Wed Dec 13 14:40:19 CET 2006

	Fixes:

	- Each resulting pm file had a # before the first character.

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.

ChangeLog  view on Meta::CPAN


	- 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:



( run in 1.442 second using v1.01-cache-2.11-cpan-49f99fa48dc )