Revision history for HTML-Latemp-GenMakeHelpers
0.12.0 2024-03-29
- Deprecate.
- Add deprecation note.
0.10.1 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.10.0 2019-12-29
- Convert the makefile directives to use ":=" instead of "=":
- https://stackoverflow.com/questions/448910
0.8.0 2019-12-16
- Convert dzil to @SHLOMIF .
- Add 'out_docs_ext'.
- Add 'docs_build_command_cb'.
- Add 'images_dest_varname_cb'.
0.6.1 2018-04-29
- Fix 'out_dir' with a test.
0.6.0 2018-04-29
- Add the 'out_dir' parameter.
0.5.3 2017-12-29
- Remove the deps on the "unchanged" file. It was not needed.
0.5.2 2017-12-25
- Try to fix the $VERSION.
0.5.1 2017-12-25
- Remove trailing blank lines.
0.5.0 2017-02-07
- Add the filename_lists_post_filter argument to the constructor.
0.4.0 2016-11-22
- Convert dist.ini to [RewriteVersion] to avoid [VersionFromModule]
- See: http://www.nntp.perl.org/group/perl.module-authors/2016/11/msg10865.html
- Thanks to Karen Etheridge for the tip.
- Convert from Class::Accessor to Class::XSAccessor
- Remove some old t/*.t files that are generated by dzil.
0.3.3 2015-12-28
- Update an old E-mail.
0.3.2 2015-05-30
- Convert the build system to Dist-Zilla
- In the process there are some improvements such as links to the
version control repositories.
0.3.1 2014-01-30
- Add t/cpan-changes.t , t/style-trailing-space.t .
- Convert to Test::Run::Builder.
- Minimal perl version set to 5.008.
- Add the LICENSE (CPANTS Kwalitee).
0.3.0 2012-10-03
- Get rid of trailing space in the output.
0.2.0 2008-12-18
- Changed the GNU make rules from "::" to ":".
- Now filtering out the 'common' host directories from the directories
buckets of the other hosts so GNU make won't warn about them.
0.1.9 2008-03-14
- Removed a {{{ use lib "./lib"; }}} declaration from t/01-output-basic.t.
- I don't know what it was doing there in the first place.
- Added t/pod.t and t/pod-coverage.t (for better Kwalitee.)
- made sure we have full POD coverage.
- Added an example at examples/ (Kwalitee)
- Changed the license declaration in Build.PL from "bsd" to "mit".
- Added more modules to "requires" and "build_requires".
0.1.8 2006-08-17
- Added a system test.
- Factored out many methods and created several classes. Functionality
remained the same.
0.1.7 2006-07-13
- Made the wml commands use -o instead of a > $@ redirection. This way,
an empty file won't be created if wml failed, which in turn will cause
it to be re-compiled upon the next invocation of make.
0.1.6 2006-04-02
- Added support for the TTMLS target to generate TTML-processed files.
- Fixed a bug where a parenthesis was missing.
- Added a COMMON_DOCS target to generate WMLs out of common/.
0.1.5 2005-12-07
- Added a Makefile.PL wrapper to the Build.PL build process (taken
verbatim from http://search.cpan.org/dist/accessors/)
0.1.3 2005-04-20
- Fixed a bug in which the directory X8X_DEST was not mkdir'ed.
0.1.2 2005-04-19
- First version