-------------------
2.77 2015-02-27
- merge a series of doc and test cleanup patches from Breno G. de Oliveira (garu)
2.76 2015-01-05
- tests patched to fix some locales (https://rt.cpan.org/Ticket/Display.html?id=99972)
2.75 2014-05-09
- official release, no code change from 2.74_04
2.74_04 2014-05-07
- tweek tests to reflect sprintf rounding differences on some machines
2.74_03 2014-05-06
- port tests to Test::More to get better diagnostics from cpantesters
2.74_02 2014-05-02
- attempt to address failing test 10 on some cpantesters
2.74_01 2014-05-01
- Peter Karman took over maintenance.
- repo started at https://github.com/karpet/template-plugin-autoformat
- fixed failing tests, switching to standard initial-cap for plugin name
before: USE autoformat
after : USE Autoformat
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2.71. This module was included in Template::Toolkit until 2.21 - since
2.22 it's distributed separately.
This Template Toolkit plugin module is an interface to Damian Conway's
Text::Autoformat Perl module which provides advanced text wrapping and
formatting.