2016-04-15 12:35:44 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update p5-Test-Deep to 1.120.
0.120 2015-11-27
- no changes since 0.119_01
0.119_01 2015-11-19
- add none() test; it's like any(), but negative
- fix stringification of any() expectations
|
2015-11-03 04:29:40 by Alistair G. Crooks | Files touched by this commit (1995) |
Log message:
Add SHA512 digests for distfiles for devel category
Issues found with existing distfiles:
distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
distfiles/fortran-utils-1.1.tar.gz
distfiles/ivykis-0.39.tar.gz
distfiles/enum-1.11.tar.gz
distfiles/pvs-3.2-libraries.tgz
distfiles/pvs-3.2-linux.tgz
distfiles/pvs-3.2-solaris.tgz
distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.
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.
|
2015-09-30 13:48:17 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.119
Remove unneeded DEPENDS
Upstream changes:
0.119 2015-09-29
- remove use of Test::NoWarnings for user-facing tests
0.118 2015-07-27 TRIAL RELEASE
- overloading of & and | no longer can change All or Any objects
found as arguments
- an All as an argument to an All constructed is flattened out into its
All-ed values; the same goes for Any
|
2015-08-06 04:01:34 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.117
Remove PKGREVSION line
Upstream changes:
0.117 2015-06-21
- do not lose argument(s) to import
(fixes https://github.com/rjbs/Test-Deep/issues/29 )
0.116 2015-06-20
- on its own, :preload options uses default group of exports
|
2015-06-12 12:52:19 by Thomas Klausner | Files touched by this commit (3152) |
Log message:
Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
|
2015-04-23 08:56:32 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
PKGREVISION++, Converting depends p5-Test-Tester to p5-Test-Simple
|
2015-04-21 02:48:06 by Makoto Fujiwara | Files touched by this commit (4) |
Log message:
Switch DEPENDS (or BUILD_DEPENDS) from devel/p5-Test-Tester to p5-Test-Simple.
From commit log of devel/p5-Test-Simple 1.001014:
| 1.001010 Fri Dec 19 20:16:00:00 PST 2015
| * Fix windows test bug #491
| * Integrate Test::Tester and Test::use::ok for easier downgrade from trial
---------------------------------------------------------------------
|
2015-04-16 15:45:21 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
Update 0.113 to 0.115
---------------------
0.115 2014-01-09
- worked around a bug in chained goto on 5.8.5
0.114 2014-12-11
- improve prereqs metadata (thanks, Karen Etheridge)
- add a noneof() set test (thanks, Peter Haworth)
- regexponly hasn't worked... ever. now it does
- passing :preload to import loads all plugins up front
- a few more tests have been documented
- the many exports of Test::Deep are now documented!
|
2014-09-14 15:40:19 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 0.113:
0.113 2004-08-22
- fix a compile error (!!) in RegexpOnly
- fix some documentation typos (thanks, ZOFFIX)
- add license to META file
|
2014-06-09 21:00:16 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 0.112. From the changelog:
- rebuild MANIFEST, adding two forgotten files
- When printing diagnostics, differentiate the type of a blessed object
from the name of the class itself (RT#78288, caused by changes to how
blessed objects are treated in 0.109) (thanks, Karen Etheridge)
- Typo fixes (thanks, David Steinbrunner)
- Fixes to clarity and accuracy of documentation (thanks, Michael Hamlin)
- Add metadata links to repo and issue tracker
- Added obj_isa for testing ->isa without falling back to ref($x)
- Added the *experimental* ":v1" export group to skip importing
Isa, isa, and blessed
|