-------------------
1.29 2015-01-05
[DOCUMENTATION]
* document dir/file feature that was added in 1.27 (pr#2
- Thanks to Doug Hoyte (FRACTAL))
1.28 2014-01-19
+ fix bug where some files in the selftest were skipped
while the files where added to the dist.
1.27 2014-01-17
+ added feature to specify path of MANIFEST or directory where it is stored
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.
Upstream changes:
1.26 Thu Jul 19 2012
No changes after 1.25_01
1.25_01 Tue Jul 17 2012
+ Module wasn't able to find the MANIFEST when the test file was in a subdirectory - Thanks to BBYRD
- sections "AUTHOR" and "COPYRIGHT AND LICENSE" were duplicated - Thanks to BIGPRESH
(once from Dist::Zilla and once in the original source)
1.25 Tue Jan 31 2012
- fix typo in documentation - Thanks to BIGPRESH
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.
Changes from previous:
----------------------
1.24 Sat Apr 09 2011
+ MANIFEST spec allows whitespaces in filenames (when enclosed in single quotes)
this was not parsed correctly (see [#67334]). Fixed now - Thanks to JWEIGEL
1.23 Mon Mar 28 2011
+ CPAN toolchain now creates MYMETA.yml and META.json. These files are in
the list of recognized files now.
+ clarify license of this module (In README the Perl license was mentioned where
in all other files Artistic 2.0 was mentioned)
+ switched to Dist::Zilla
+ removed tests that are created by Dist::Zilla
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!
Test::CheckManifest is a module for authors of Perl5 modules to verify their
MANIFEST files. Invalid MANIFEST files usually results in failing smoke
tests and more module uploads than necessary.