(pkgsrc)
- Convert p5-Test-Deep-[0-9] from BUILD_DEPENDS to DEPENDS
(packaging process shows as Runtime requirement)
(upstream)
0.203 2019-04-22 19:49:38+03:00 Asia/Jerusalem
- GH #3: Add the exact dependency as a module.
(Mohammad S Anwar)
0.202 2019-04-22 16:40:55+03:00 Asia/Jerusalem
- GH #2: Missed cpanfile. (Thanks, Slaven Rezić!)
0.201 2019-03-03 15:03:41+02:00 Asia/Jerusalem
- Removed Set::Object dependency. (Should fix tests.)
0.200 2019-03-02 23:41:37+02:00 Asia/Jerusalem
- All attributes are now immutable. If you need to change
anything (nameservers, the object, even the follow_cname
flag), create a new instance. Sorry and thank you.
- Only provide nameservers when they are specified.
(Otherwise, it won't look in /etc/resolv.conf.)
- Allow user to provide their own test names.
- Test methods now provide a proper, hopefully meaningful
return value.
- Simplify code considerably, make much more readable.
- Updating DNS records.
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.
Changes from previous:
0.13 03.09.11
- only run tests if got $ENV{'AUTHOR_TESTING'} because I'm sick
of releases like 0.10 - 0.13.
0.12 24.08.11
- updating dns records information, no functional changes
0.11 29.06.11
- updating dns records information, no functional changes
0.10 18.05.11
- updating dns records information, no functional changes
0.09 15.03.11
- moving to dzil
- updating dns records information, no functional changes
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!
Pkgsrc changes:
- set PERL5_MODULE_TYPE to Module::Build
- adjust dependencies
Upstream changes:
0.08 12.06.10
- adding is_txt
- switched to dzil, hope it works out
Collection.
The Perl 5 module allows you to run tests which translate as DNS
queries. It's simple to use and abstracts all the difficult query
checks from you.