Commit Graph

54 Commits

Author SHA1 Message Date
Paul Howarth
561949ece4 Update to 1.126
- New upstream release 1.126
  - If objects in the "expected" structure have an as_test_deep_cmp method, it
    will be called and its return (which should be a Test::Deep::Cmp object)
    will be used as the test for that location in the structure
  - Internal undocumented class_base routine has been replaced with a
    different, clearly private routine
  - The LeafWrapper is also used for objects with an unknown reftype (like
    LVALUE or other weird ones)
2017-01-01 19:19:44 +00:00
Paul Howarth
470366bc19 Update to 1.124
- New upstream release 1.124
  - Avoid an uninitialized warning when array_each() compares to a
    non-reference
2016-11-06 15:32:30 +00:00
Paul Howarth
2888d52f96 Update to 1.123
- New upstream release 1.123
  - Remove test suite reliance on "." appearing @INC
  - When an object with stringification overloading fails to match a "re" test,
    its stringification is included in the diagnostics
2016-09-10 17:33:13 +01:00
Paul Howarth
82bfdbcd1f Update to 1.122
- New upstream release 1.122
  - Added $Test::Deep::LeafWrapper to control the behavior of simple values in
    the "expected" definition
  - Documentation improvements
  - Avoid a few evals, localize $@ in a few places where eval is used
  - Goodbye tabs, hello spaces
- BR: perl-generators
- Simplify find command using -delete
2016-09-08 19:05:21 +01:00
Petr Písař
baed087ac4 Mandatory Perl build-requires added <https://fedoraproject.org/wiki/Changes/Build_Root_Without_Perl> 2016-06-24 09:46:08 +02:00
Jitka Plesnikova
6dcb0d8251 Perl 5.24 rebuild 2016-05-15 04:29:40 +02:00
Fedora Release Engineering
b3c3d29b55 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-04 16:00:59 +00:00
Paul Howarth
5dab586553 Update to 1.120
- New upstream release 1.120
  - Add none() test; it's like any(), but negative
  - Fix stringification of any() expectations
2015-11-30 13:39:16 +00:00
Paul Howarth
a46ebf8cd5 Update to 0.119
- New upstream release 0.119
  - 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
  - Remove use of Test::NoWarnings for user-facing tests
2015-09-30 09:45:06 +01:00
Paul Howarth
39db8b4095 Update to 0.117
- New upstream release 0.117
  - Do not lose argument(s) to import
    (https://github.com/rjbs/Test-Deep/issues/29)
2015-06-22 11:50:16 +01:00
Paul Howarth
8b2eab4b53 Update to 0.116
- New upstream release 0.116
  - On its own, :preload options uses default group of exports
2015-06-21 12:52:19 +01:00
Dennis Gilmore
c76c165543 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-18 06:20:55 +00:00
Jitka Plesnikova
5269fb9d55 Perl 5.22 rebuild 2015-06-04 12:04:46 +02:00
Paul Howarth
2f5adcdd1a Update to 0.115
- New upstream release 0.115
  - Worked around a bug in chained goto on 5.8.5
2015-01-11 11:15:22 +00:00
Paul Howarth
0a647276fe Update to 0.114
- New upstream release 0.114
  - Improve prereqs metadata
  - Add a noneof() set test
  - 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-12-16 11:01:56 +00:00
Paul Howarth
2537582c3f Update to 0.113
- New upstream release 0.113
  - Fix a compile error (!!) in RegexpOnly
  - Fix some documentation typos
  - Add license to META file
2014-11-13 10:11:51 +00:00
Jitka Plesnikova
c7d711a78f Perl 5.20 rebuild 2014-08-27 22:56:21 +02:00
Dennis Gilmore
f9aab798f7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-07 05:44:39 -05:00
Paul Howarth
9f2f3c04f4 Update to 0.112
- New upstream release 0.112
  - When printing diagnostics, differentiate the type of a blessed object from
    the name of the class itself (CPAN RT#78288)
  - Typo fixes
  - Fixes to clarity and accuracy of documentation
  - 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
2013-11-30 21:39:35 +00:00
Dennis Gilmore
9659265ef1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-03 20:11:36 -05:00
Petr Písař
4cdddf52f5 Perl 5.18 rebuild 2013-07-18 21:07:24 +02:00
Paul Howarth
e561843bd0 Update to 0.110
- New upstream release 0.110
  - Allow methods() and listmethods() to work again on class methods
    (CPAN RT#77804)
- Drop redundant BR: perl(Data::Dumper)
- Drop arrayeach patch - similar change introduced upstream
- Drop %defattr, redundant since rpm 4.4
- Don't need to remove empty directories from the buildroot
- Don't use macros for commands
- Use DESTDIR rather than PERL_INSTALL_ROOT
- Make %files list more explicit
2013-02-20 10:53:11 +00:00
Dennis Gilmore
8a3d96afc4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 09:28:11 -06:00
Dennis Gilmore
442299f18b - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-20 16:19:29 -05:00
Petr Písař
a4e58d866c Specify all dependencies 2012-06-12 16:44:55 +02:00
Petr Písař
3102d958bb Perl 5.16 rebuild 2012-06-12 13:37:11 +02:00
Dennis Gilmore
bda262f494 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-13 13:50:02 -06:00
Marcela Mašláňová
683ffd3e8e Perl mass rebuild 2011-06-20 19:28:58 +02:00
Dennis Gilmore
3397bbc888 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-09 01:52:53 -06:00
Marcela Mašláňová
9d642c644a - 661697 rebuild for fixing problems with vendorach/lib 2010-12-22 18:14:34 +01:00
Steven Pritchard
fbeddb7b38 Update to 0.108.
Update Source0 URL.
2010-12-18 13:04:08 -06:00
Fedora Release Engineering
b86b316f5e dist-git conversion 2010-07-29 08:09:05 +00:00
Marcela Mašláňová
6f7ab8226a - Mass rebuild with perl-5.12.0 2010-05-06 19:59:14 +00:00
Štěpán Kasal
ec7c415062 - rebuild against perl 5.10.1 2009-12-04 02:07:22 +00:00
Bill Nottingham
8b6a3fd31f Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 23:31:22 +00:00
Štěpán Kasal
b5b41a7c39 - new upstream version 2009-10-30 12:32:13 +00:00
Jesse Keating
b8f2c2d001 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-26 16:47:58 +00:00
Jesse Keating
6b8d8a209d - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-27 02:21:12 +00:00
Lubomir Rintel
0aa0acc459 - Fix crash on matching array_each() against non-array 2008-10-22 16:45:16 +00:00
Steven Pritchard
322325b0d3 Update to 0.103. 2008-06-04 19:59:36 +00:00
Steven Pritchard
7453f576d0 Update to 0.102. 2008-05-31 21:45:38 +00:00
Steven Pritchard
0ee50fd0e4 Update to 0.101. 2008-05-16 23:22:53 +00:00
Tom Callaway
68987c00b2 Rebuild for new perl 2008-02-02 19:00:36 +00:00
Steven Pritchard
37e97a4fdd Update to 0.100. 2008-01-28 19:46:26 +00:00
Steven Pritchard
ef88fe005a Update to 0.099. Update License tag. 2008-01-13 00:27:30 +00:00
Steven Pritchard
551731dfc8 Update to 0.098. 2007-09-18 14:51:45 +00:00
Steven Pritchard
51ab31e231 Update to 0.097. 2007-08-12 18:30:04 +00:00
Steven Pritchard
922d9765d7 Use fixperms macro instead of our own chmod incantation. BR
ExtUtils::MakeMaker.
2007-04-18 15:54:25 +00:00
Steven Pritchard
cae0318437 Update to 0.096. 2006-09-26 22:05:55 +00:00
Steven Pritchard
34f9149621 Fix find option order. 2006-09-17 22:26:55 +00:00