- New upstream release 0.68
- Revert undocumented change that was causing unreasonably verbose output
(GH#5)
- Improve documentation about text vs. data mode and eq_or_diff_{text,data}
(GH#8)
- New upstream release 0.65
- Canonical repo is now
https://github.com/DrHyde/perl-modules-Test-Differences
- Fix discrepancies in copyright notices
- Make the tests more consistent
- Add unicode tests
- Fix whitespace issue in tests when using recent Test::More in verbose mode
- Get rid of Build.PL, just use Makefile.PL
- Drop redundant buildroot cleaning in %install section
- Simplify find command using -delete
None of currently supported distributions need that.
Last one was EL5 which is EOL for a while.
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
None of currently supported distributions need that.
It was needed last for EL5 which is EOL now
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
- New upstream release 0.63
- Make '' and undef not equal
- Made Data::Dumper minimum version 2.126 to resolve CPAN RT#60798
- Allow an option to override Sortkeys in C<eq_or_diff>
- Unnumbered tests; there's no point to them
- Document the Text::Diff unicode fix
- Add ability to customize 'Got' and 'Expected' column headers
- Minor doco-fixes
- Remove use of flatten, always use Data::Dumper for saner, more readable
output (CPAN RT#95446)
- This release by DCANTRELL → update source URL
- Drop %defattr, redundant since rpm 4.4
- Use %{_fixperms} macro rather than our own chmod incantation
- Don't need to remove empty directories from the buildroot
- Add support for all diff styles supplied by Text::Diff (CPAN RT#23579)
- Add Build.PL
- Convert to universally use Test::More instead of Test
- Convert to modern Perl distribution.
- Applied doc suggestion from CPAN RT#24297
- Fix the { a => 1 } versus { a => '1' } bug (CPAN RT#3029)
- Upstream dropped eg/ docs
- Bump perl(Text::Diff) requirement to 0.35
- BR: perl(Test::Pod) and perl(Test::Pod::Coverage) for extra test cover