The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for HTML-Latemp-NavLinks-GenHtml

0.2.9   2020-07-03
    - Remove POD docs that are generated using weaver.ini.

0.2.8   2020-06-24
    - Convert dist.ini to [RewriteVersion]:
        - http://www.nntp.perl.org/group/perl.module-authors/2016/11/msg10865.html
        - Thanks to Karen Etheridge
    - dist.ini, weaver.ini, t/*.t, perltidy, etc. cleanups

0.2.6   2015-12-28
    - Add MANIFEST.SKIP and remove temporary files.

0.2.5   2015-12-28
    - Update E-mail.

0.2.4   2015-05-30
    - Convert the build system to Dist-Zilla.
        - Some improvements as a result.

0.2.3   2014-04-21
    - Add missing $VERSION variable to the .pm files under lib/.
    - Add scripts/bump-version-number.pl
    - Add scripts/tag-release.pl

0.2.2   2014-01-30
    - Add t/cpan-changes.t and t/style-trailing-space.t .
    - Convert license to 'mit'.
    - Minimal perl version. (CPANTS Kwalitee).
    - Convert to "use parent" instead of base.
    - Add LICENSE file (CPANTS).

0.2.1   2012-12-07
    - Add Test::Differences to the build_requires.
        - see http://www.cpantesters.org/cpan/report/6a6f6a60-3d76-11e2-a2f1-82091a5d253f
        and other reports.

0.2.0    2012-12-02
    - Add the 'ext' parameter to
    lib/HTML/Latemp/NavLinks/GenHtml/ArrowImages.pm .

0.1.8    2006-10-07
    - Added the pod-coverage.t file and made the files have
    full POD coverage.
    - Upgraded Test::Run::Builder.
    - Unified the derived modules interface and extracted methods
    out of both.
    - Added a test to test for a successful output.
    - Added an examples under examples/.

0.1.7    2006-09-18
    - Added the get_image_base() (over-ridable) method to customize the base
    filename of the images.
    - Changed the vanilla M::B to Test::Run::Builder.

0.1.6    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.5    2005-04-29
         First CPAN version.