Upstream changes:
0.24 2018.12.09 MANWAR
Removed +x from unit test scripts.
0.23 2018.12.08 MANWAR
Now using ExtUtils::MakeMaker for packaging.
0.22 2018.12.07 MANWAR
Moved author unit tests to subfolder xt/.
0.21 2018.12.06 MANWAR
Fixed warning 'Use of uninitialized value $target ..' as reported by CPANTESTERS.
https://www.cpantesters.org/cpan/report/f8fc5086-f8e1-11e8-b905-8feee4406f56
0.20 2018.12.05 MANWAR
Added minimum perl version.
Upstream changes:
0.19 2018.10.20 MANWAR
Fixed SEE ALSO broken links
Tidied up Changes file
Updated link to GitHub repo.
Add --span flag
Add --id flag to include ids in the html files. Default to noid.
Add --force flag to the command line script to overwrite exisiting file.
Default of script/trac2html is to exclude class=""
Problems found locating distfiles:
Package cabocha: missing distfile cabocha-0.68.tar.bz2
Package convertlit: missing distfile clit18src.zip
Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
-------------------
0.18 2015.04.05
Remove auto_include from Makefile.PL to limit inc/ to the Module::Install code.
0.17 2015.04.05
Add lots of full html tests.
Add command line script script/trac2html
Enable excluding class="" from the HTML
run Perl::Tidy
run Perl::Critic
Escape { in regex RT #100712
0.16 2014.09.13
New maintainer.
Link to Github.
License in META files.
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!