Upstream changes:
1.10 2016-08-14T11:33:00
- Stop using Test::Stream. Use Test::More shipped in the Test::Simple distro.
See RT#116935. Thanx to Chad Granum.
- Update version #s in pre-reqs.
- Adopt new repo structure. For details, see
http://savage.net.au/Ron/html/My.Workflow.for.Building.Distros.html.
- Update .gitignore and MANIFEST.SKIP.
- Change licence from Artistic to Perl.
- Move File::Spec, Test::Pod and Test::Simple to TEST_REQUIRES within Makefile.PL.
- Drop PERL5_MODULE_TYPE statement to be default
- Add three lines for make test
BUILD_DEPENDS+= p5-Test-Stream-[0-9]*:../../devel/p5-Test-Stream
BUILD_DEPENDS+= p5-Capture-Tiny-[0-9]*:../../devel/p5-Capture-Tiny
BUILD_DEPENDS+= p5-File-Slurper-[0-9]*:../../devel/p5-File-Slurper
(upstream)
Update 1.05 to 1.09
-------------------
1.09 2015-11-29T10:08:00
- Replace "\t" with \s{4} in scripts/synopsis.pl and t/synopsis.html
in an attempt to fix the large number of failures reported by CPAN
Testers.
- Patch t/test.t to use File::Spec to join a dir to a file name.
- Use $^X rather than 'perl' to invoke Perl in t/test.t.
- Make some pre-req version #s explicit.
1.08 2015-11-26T14:26:00
- In V 1.07 I patched t/test.t to use Test::Stream instead of Test::More,
but did not patch Makefile.PL to match. Test::More is still used for
xt/author/pod.t.
1.07 2015-11-24T08:47:00
- Apologies: Forgot to release V 1.06 to CPAN.
- Add scripts/synopsis.pl and its output t/synopsis.html.
- Copy scripts/synopsis.pl into docs.
- Add t/test.t to run scripts/synopsis.pl and compare the output
to t/synopsis.html.
- Update pre-reqs to add Capture::Tiny and File::Slurper,
which are used in t/test.t.
- Add .gitignore to MANIFEST.SKIP.
- Remove Build.PL.
- Remove t/load.t.
- Reformat the dates in this file.
1.06 2015-02-18T16:32:00
- Add use strict and use warnings to Build.PL and Makefile.PL.
- Add github repo to Build.PL, Makefile.PL and docs.
- Move t/pod.t to xt/author/.
- Patch Build.PL to handle xt/author/*.t.
{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS
since pkgsrc enforces the newest perl version anyway, so they
should always pick perl, but sometimes (pkg_add) don't due to the
design of the {,} syntax.
No effective change for the above reason.
Ok joerg
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.05 Tue Jul 9 08:56:00 2013
- No code changes.
- Rename CHANGES to Changes as per CPAN::Changes::SPEC.
- Recreate META.* files so they say licence is artistic_2 rather than artistic_1.
Build.PL and Makefile.PL already said artistic_2, but the META.* files didn't.
There is no reference to licences in the source of the module itself.
This was requested by Christopher Meng who packages stuff for Fedora.
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.