0.1101 2024-07-08 - Improve documentation - Mention more run-modes. 0.1100 2022-10-28 - Add the "--ns" flag. 0.1004 2022-08-18 - Refactorings - New runtime dep: https://metacpan.org/pod/File::ShouldUpdate . 0.1003 2020-11-26 - Try to handle the lack of local DocBook 5/XSL resources more gracefully. - https://github.com/shlomif/fortune-mod/issues/45 - New testing and runtime dep: https://metacpan.org/pod/Test::Trap - Thanks to @Vonfry for the report. 0.1002 2020-10-13 - Remove leftover old POD sections. 0.1001 2020-10-13 - Rebuild for new PodWeaver dependencies. 0.1000 2020-08-15 - Preliminary support for rendering "manpages". 0.0900 2020-05-26 - Convert to Class::XSAccessor and other cleanups and attempted speedups. 0.0801 2020-01-28 - Rebuild for order of 'NAME' and 'VERSION' sections in the generated POD documentation (see 0.001004 in https://metacpan.org/changes/distribution/Pod-Weaver-PluginBundle-SHLOMIF ). - VERSION used to appear before NAME. 0.0800 2019-12-26 - Enable doing "cpanm App::Docmake" for installation. 0.0700 2019-02-06 - Pass --nonet to xsltproc. - See https://news.ycombinator.com/item?id=18318771 - Thanks to raimue. 0.0603 2018-10-22 - Move to git+GitHub. 0.0602 2018-10-22 - Document --trailing-slash=0 . 0.0601 2018-10-17 - Fix --trailing-slash=0 to avoid mkpath. 0.0600 2018-10-17 - Add the --trailing-slash=0 option. 0.0500 2018-09-12 - Add support for the "xhtml5" mode. 0.0406 2018-05-29 - Fix the link to the bugtracker in the META.yml . 0.0405 2018-05-22 - Convert to dzil. 0.0404 2016-02-09 - Fix an obscure and unhelpful run on "docmake pdf" without an "-o" flag. - With tests. 0.0403 2014-01-26 - Remove the Makefile.PL - not we are Build.PL only. - Set minimal version of perl to be 5.008 (5.8.0). - Kwalitee 0.0402 2013-05-21 - Remove trailing space - t/style-trailing-space.t . - Update the repository in Build.PL . - Add script/bump-version-number.pl . 0.0401 2012-09-05 - Move away tag-release.pl under script. - This way it hopefully won't be installed by overzelous installation procedures such as Mageia Linux's. - Dying on a failed system() command. 0.0400 2011-12-25 - Add support for --basepath - Made the -o flag optional, and excluding it from xsltproc if it's not specified (there are other ways to specify the output with xsltproc and XSLT). - These two changes were intended for adapting docmake to building DocBook 5. 0.0300 2011-04-20 - Add support for the xhtml-1_1 mode. - Add the tag-release.pl script. 0.0201 2009-06-30 - Fixed --make with xhtml - previously it didn't build the xhtml at all. - Got rid of some warnings in the --make flag with the is_older flag. Made _is_older more robust. 0.0200 2009-06-28 - Removed the "all rights reserved" copyright language - it's not compatible with the MIT/X11 License anyway. - Added the COPYING file. - Added 'create_makefile_pl' to the Build.PL. - Added meta_merge resources and keywords to Build.PL. 0.0101 2009-04-01 - now accepting a --stringparam empty.param="" notation for empty string parameters. - changed the license in Build.PL from 'bsd' to 'mit' because it's: - 1. More accurate. - 2. Does not error on my system. 0.01 2008-07-11 - First version. - Has "fo", "xhtml", "pdf" and "rtf" modes. - Some flags. - PODs, help, etc.