Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Test-Deep-1.127-5.module_el8.10.0+3921+d6609cd4 RPM for noarch

From AlmaLinux 8.10 devel for aarch64

Name: perl-Test-Deep Distribution: AlmaLinux
Version: 1.127 Vendor: AlmaLinux
Release: 5.module_el8.10.0+3921+d6609cd4 Build date: Tue Nov 26 09:32:49 2024
Group: Unspecified Build host: s390x-builder01.almalinux.org
Size: 115705 Source RPM: perl-Test-Deep-1.127-5.module_el8.10.0+3921+d6609cd4.src.rpm
Packager: AlmaLinux Packaging Team <[email protected]>
Url: http://search.cpan.org/dist/Test-Deep/
Summary: Extremely flexible deep comparison
Test::Deep gives you very flexible ways to check that the result you
got is the result you were expecting. At its simplest it compares two
structures by going through each level, ensuring that the values
match, that arrays and hashes have the same elements and that
references are blessed into the correct class. It also handles
circular data structures without getting caught in an infinite loop.

Provides

Requires

License

GPL+ or Artistic

Changelog

* Fri Mar 29 2019 Jitka Plesnikova <[email protected]> - 1.127-5
  - Rebuild with enable hardening (bug #1636329)
* Fri Feb 09 2018 Fedora Release Engineering <[email protected]> - 1.127-4
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Thu Jul 27 2017 Fedora Release Engineering <[email protected]> - 1.127-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Sun Jun 04 2017 Jitka Plesnikova <[email protected]> - 1.127-2
  - Perl 5.26 rebuild
* Thu May 04 2017 Paul Howarth <[email protected]> - 1.127-1
  - Update to 1.127
    - Do not eagerly convert simple scalars into tests in the all, any and none
      tests; this was breaking LeafWrapper application
  - Drop EL-5-isms
    - Drop BuildRoot: and Group: tags
    - Drop explicit buildroot cleaning in %install section
    - Drop explicit %clean section
* Sat Feb 11 2017 Fedora Release Engineering <[email protected]> - 1.126-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Sun Jan 01 2017 Paul Howarth <[email protected]> - 1.126-1
  - Update to 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)
* Sun Nov 06 2016 Paul Howarth <[email protected]> - 1.124-1
  - Update to 1.124
    - Avoid an uninitialized warning when array_each() compares to a
      non-reference
* Sat Sep 10 2016 Paul Howarth <[email protected]> - 1.123-1
  - Update to 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
* Thu Sep 08 2016 Paul Howarth <[email protected]> - 1.122-1
  - Update to 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
* Sun May 15 2016 Jitka Plesnikova <[email protected]> - 1.120-3
  - Perl 5.24 rebuild
* Thu Feb 04 2016 Fedora Release Engineering <[email protected]> - 1.120-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Mon Nov 30 2015 Paul Howarth <[email protected]> - 1.120-1
  - Update to 1.120
    - Add none() test; it's like any(), but negative
    - Fix stringification of any() expectations
* Wed Sep 30 2015 Paul Howarth <[email protected]> - 0.119-1
  - Update to 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
* Mon Jun 22 2015 Paul Howarth <[email protected]> - 0.117-1
  - Update to 0.117
    - Do not lose argument(s) to import
      (https://github.com/rjbs/Test-Deep/issues/29)
* Sun Jun 21 2015 Paul Howarth <[email protected]> - 0.116-1
  - Update to 0.116
    - On its own, :preload options uses default group of exports
* Thu Jun 18 2015 Fedora Release Engineering <[email protected]> - 0.115-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Thu Jun 04 2015 Jitka Plesnikova <[email protected]> - 0.115-2
  - Perl 5.22 rebuild
* Sat Jan 10 2015 Paul Howarth <[email protected]> - 0.115-1
  - Update to 0.115
    - Worked around a bug in chained goto on 5.8.5
* Mon Dec 15 2014 Paul Howarth <[email protected]> - 0.114-1
  - Update to 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!
* Thu Nov 13 2014 Paul Howarth <[email protected]> - 0.113-1
  - Update to 0.113
    - Fix a compile error (!!) in RegexpOnly
    - Fix some documentation typos
    - Add license to META file
* Wed Aug 27 2014 Jitka Plesnikova <[email protected]> - 0.112-3
  - Perl 5.20 rebuild
* Sat Jun 07 2014 Fedora Release Engineering <[email protected]> - 0.112-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Sat Nov 30 2013 Paul Howarth <[email protected]> - 0.112-1
  - Update to 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
* Sun Aug 04 2013 Fedora Release Engineering <[email protected]> - 0.110-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Thu Jul 18 2013 Petr Pisar <[email protected]> - 0.110-2
  - Perl 5.18 rebuild
* Wed Feb 20 2013 Paul Howarth <[email protected]> - 0.110-1
  - Update to 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
* Thu Feb 14 2013 Fedora Release Engineering <[email protected]> - 0.108-8
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Fri Jul 20 2012 Fedora Release Engineering <[email protected]> - 0.108-7
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Tue Jun 12 2012 Petr Pisar <[email protected]> - 0.108-6
  - Perl 5.16 rebuild
  - Specify all dependencies
* Fri Jan 13 2012 Fedora Release Engineering <[email protected]> - 0.108-5
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Mon Jun 20 2011 Marcela Mašláňová <[email protected]> - 0.108-4
  - Perl mass rebuild
* Wed Feb 09 2011 Fedora Release Engineering <[email protected]> - 0.108-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Wed Dec 22 2010 Marcela Maslanova <[email protected]> - 0.108-2
  - Rebuild to fix problems with vendorarch/lib (#661697)
* Sat Dec 18 2010 Steven Pritchard <[email protected]> 0.108-1
  - Update to 0.108.
  - Update Source0 URL.
* Thu May 06 2010 Marcela Maslanova <[email protected]> - 0.106-3
  - Mass rebuild with perl-5.12.0
* Fri Dec 04 2009 Stepan Kasal <[email protected]> - 0.106-2
  - rebuild against perl 5.10.1
* Fri Oct 30 2009 Stepan Kasal <[email protected]> - 0.106-1
  - new upstream version
* Sun Jul 26 2009 Fedora Release Engineering <[email protected]> - 0.103-4
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Thu Feb 26 2009 Fedora Release Engineering <[email protected]> - 0.103-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Wed Oct 22 2008 Lubomir Rintel <[email protected]> 0.103-2
  - Fix crash on matching array_each() against non-array
* Wed Jun 04 2008 Steven Pritchard <[email protected]> 0.103-1
  - Update to 0.103.
* Sat May 31 2008 Steven Pritchard <[email protected]> 0.102-1
  - Update to 0.102.
* Fri May 16 2008 Steven Pritchard <[email protected]> 0.101-1
  - Update to 0.101.
* Sat Feb 02 2008 Tom "spot" Callaway <[email protected]> 0.100-2
  - rebuild for new perl
* Mon Jan 28 2008 Steven Pritchard <[email protected]> 0.100-1
  - Update to 0.100.
* Sat Jan 12 2008 Steven Pritchard <[email protected]> 0.099-1
  - Update to 0.099.
  - Update License tag.
* Tue Sep 18 2007 Steven Pritchard <[email protected]> 0.098-1
  - Update to 0.098.
* Fri Aug 10 2007 Steven Pritchard <[email protected]> 0.097-1
  - Update to 0.097.
* Wed Apr 18 2007 Steven Pritchard <[email protected]> 0.096-2
  - Use fixperms macro instead of our own chmod incantation.
  - BR ExtUtils::MakeMaker.
* Tue Sep 26 2006 Steven Pritchard <[email protected]> 0.096-1
  - Update to 0.096.
* Sat Sep 16 2006 Steven Pritchard <[email protected]> 0.095-2
  - Fix find option order.
* Fri Apr 21 2006 Steven Pritchard <[email protected]> 0.095-1
  - Update to 0.095.
* Sat Apr 08 2006 Steven Pritchard <[email protected]> 0.093-1
  - Specfile autogenerated by cpanspec 1.64.
  - Improve description.
  - Fix License.
  - Remove explicit dependency on Test::Tester and Test::NoWarnings.

Files

/usr/share/doc/perl-Test-Deep
/usr/share/doc/perl-Test-Deep/Changes
/usr/share/doc/perl-Test-Deep/README
/usr/share/doc/perl-Test-Deep/TODO
/usr/share/man/man3/Test::Deep.3pm.gz
/usr/share/man/man3/Test::Deep::NoTest.3pm.gz
/usr/share/perl5/vendor_perl/Test
/usr/share/perl5/vendor_perl/Test/Deep
/usr/share/perl5/vendor_perl/Test/Deep.pm
/usr/share/perl5/vendor_perl/Test/Deep/All.pm
/usr/share/perl5/vendor_perl/Test/Deep/Any.pm
/usr/share/perl5/vendor_perl/Test/Deep/Array.pm
/usr/share/perl5/vendor_perl/Test/Deep/ArrayEach.pm
/usr/share/perl5/vendor_perl/Test/Deep/ArrayElementsOnly.pm
/usr/share/perl5/vendor_perl/Test/Deep/ArrayLength.pm
/usr/share/perl5/vendor_perl/Test/Deep/ArrayLengthOnly.pm
/usr/share/perl5/vendor_perl/Test/Deep/Blessed.pm
/usr/share/perl5/vendor_perl/Test/Deep/Boolean.pm
/usr/share/perl5/vendor_perl/Test/Deep/Cache
/usr/share/perl5/vendor_perl/Test/Deep/Cache.pm
/usr/share/perl5/vendor_perl/Test/Deep/Cache/Simple.pm
/usr/share/perl5/vendor_perl/Test/Deep/Class.pm
/usr/share/perl5/vendor_perl/Test/Deep/Cmp.pm
/usr/share/perl5/vendor_perl/Test/Deep/Code.pm
/usr/share/perl5/vendor_perl/Test/Deep/Hash.pm
/usr/share/perl5/vendor_perl/Test/Deep/HashEach.pm
/usr/share/perl5/vendor_perl/Test/Deep/HashElements.pm
/usr/share/perl5/vendor_perl/Test/Deep/HashKeys.pm
/usr/share/perl5/vendor_perl/Test/Deep/HashKeysOnly.pm
/usr/share/perl5/vendor_perl/Test/Deep/Ignore.pm
/usr/share/perl5/vendor_perl/Test/Deep/Isa.pm
/usr/share/perl5/vendor_perl/Test/Deep/ListMethods.pm
/usr/share/perl5/vendor_perl/Test/Deep/MM.pm
/usr/share/perl5/vendor_perl/Test/Deep/Methods.pm
/usr/share/perl5/vendor_perl/Test/Deep/NoTest.pm
/usr/share/perl5/vendor_perl/Test/Deep/None.pm
/usr/share/perl5/vendor_perl/Test/Deep/Number.pm
/usr/share/perl5/vendor_perl/Test/Deep/Obj.pm
/usr/share/perl5/vendor_perl/Test/Deep/Ref.pm
/usr/share/perl5/vendor_perl/Test/Deep/RefType.pm
/usr/share/perl5/vendor_perl/Test/Deep/Regexp.pm
/usr/share/perl5/vendor_perl/Test/Deep/RegexpMatches.pm
/usr/share/perl5/vendor_perl/Test/Deep/RegexpOnly.pm
/usr/share/perl5/vendor_perl/Test/Deep/RegexpRef.pm
/usr/share/perl5/vendor_perl/Test/Deep/RegexpRefOnly.pm
/usr/share/perl5/vendor_perl/Test/Deep/RegexpVersion.pm
/usr/share/perl5/vendor_perl/Test/Deep/ScalarRef.pm
/usr/share/perl5/vendor_perl/Test/Deep/ScalarRefOnly.pm
/usr/share/perl5/vendor_perl/Test/Deep/Set.pm
/usr/share/perl5/vendor_perl/Test/Deep/Shallow.pm
/usr/share/perl5/vendor_perl/Test/Deep/Stack.pm
/usr/share/perl5/vendor_perl/Test/Deep/String.pm


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Dec 2 09:38:51 2024