- Fixed linking to
.podfiles, thanks to Chris White (issue#10, pr#11).
- Added missing style information for
- Fixed: Overview page does not handle some package names correctly (#9).
- Allow regexp objects to be passed as value for 'except', thanks to Erik Huelsmann.
- Added
-nosourcecodeoption to suppress inclusion of the original sources.
- Switch to metacpan for external perldoc links.
- Ported to Moose.
- Rewrite of the Parser to use Pod::Simple::XHTML internally instead of legacy Pod::Parser. This fixes some issues with linking and adds proper encoding support based on the Pod command
=encoding. - Therefore the
-charsetparameter was removed. Pod sources are correctly processed as described by the specification, all output files are generated as UTF-8. - Support for function source code embedding was removed in order to focus on proper Pod rendering instead.
- Fixed support for Perl 5.8 and 5.10 that was missing in 0.45.
- Fixed: 0.44 removes empty lines in verbatim sections (#1).
- Removed support for JavaScript Pod. www.openjsan.org is dead since 2011 and JavaScript has its own specialized documentation format, JSDOC.
- Use '::' as path separator for Perl Modules and '/' otherwise, instead of '-' (github issue#1).
- Properly handle UTF-8 input files by applying the -charset param also when parsing source files.
- Fixed handling of character escape sequences (RT#25123).
- Removed support for broken distribution Syntax::Highlight::Universal.
- Improved POD wording for this distribution. ;)
- Fixed race condition on parallel test execution (RT#105374).
- Fixed method source code being shown in wrong modules (RT#69545).
- Improved verbatim block output to not add tralining lines (RT#15052).
- Fixed: don't use replace markers that might conflict with other software such as Perl::Critic (RT#35478).
- Fixed JSON output to generate stable structures that can be added to version control systems without changing all the time.
- Generate Perl package documentation with proper :: separators in package name.
- Ignore files which don't contain POD.
- Correctly skip content in data sections (between =begin and =end).
- removed auto_install from Makefile.PM. Thanks to tokuhirom. lyokato/p5-pod-projectdocs#2
- updated for windows compatibility. Thanks to wchristian http://github.com/lyokato/p5-pod-projectdocs/pull/1
- fixed pod2projdocs typo Thanks to Tokuhiro Matsuno and Naoki Tomita
- $json->objToJson => $json->encode objToJson prints deprecated warnings. Thanks to tokuhirom.
- removed $json->autoconv(0) because JSON doesn't have autoconv method from version 2. RT#32408, 32409
- Fixed pod2projdocs bug. Added METHOD_REGEXP, now you can control pattern that the parser consider as method. Thanks to Ktat.
- Fixed document of pod2projdocs - added description for forcegen option. Now it shows it's usage when excused without any option. Applyed a patch that makes JSON's autoconvert functionality off. Thanks to Ktat.
- Changed to use Module::Install for instllation, and made dependency on Syntax::Highlight::Universal optional.
- applyed a great patch from Ankur Gupta. Now you can see syntax highlighten source code below the document for each methods. When the parser finds format like "=head2 method_name", it appends source code block on HTML. Click the anchor "[Source]", and it toggles the source code block.
- added 'except' parameter, Thanks to Nadim.
- now generated files are strict xhtml.
- added function highlighting matched word
- fixed test script
- fixed some bug
- added search box to index page reported by Nadim
- fixed _htmlEscape in parser to prevent to put out not intended results with double html-escaping reported by Tatsuhiko Miyagawa
^ - fixed MANIFEST
- fixed Makefile.PL
- added option 'forcegen'
- fixed parser, now it creates link for L properly. patched by Tatsuhiko Miyagawa.
- fixed mismapping in Pod::ProjectDocs::Parser found by Tatsuhiko Miyagawa.
- fixed Makefile.PL, to remove bug appears in old version of Pod::Parser. Reported by Tatsuhiko Miyagawa.
- add footer
- fixed bug in DocManager
- fixed bug that doesn't create 'src' directory.
- fixed parser html-building-process little bit.
- fixed bug by typo in DocManager
- add manager for trigger-scripts ('.cgi', '.pl' files)
- fixed problem about namespace confliction between '.pm' and '.js'.
- fixed not to use Pod::Xhtml.
- add manager for javascript libraries.
- add link to source file.
- fixed to check last modified time.
- fixed to handle multiple 'libroot' by patch from Tatsuhiko Miyagawa.
- fixed bug. now you can set relative path for -lib and -out options.
- CPAN release version;
- original version; created by h2xs 1.23 with options -X -A Pod::ProjectDocs