Blame Changes

Packit 237ae7
Changes file for Test::Differences
Packit 237ae7
Packit 237ae7
0.64 Sun November 22, 2015
Packit 237ae7
    - Bump dependency version for Text::Diff to avoid a buggy release
Packit 237ae7
    - Make tests pass with relocation perl (see
Packit 237ae7
      https://rt.cpan.org/Ticket/Display.html?id=103133)
Packit 237ae7
Packit 237ae7
0.63 Thu November 20, 2014
Packit 237ae7
    - Minor doco-fixes
Packit 237ae7
    - Remove use of flatten, always use Data::Dumper for saner, more readable
Packit 237ae7
      output, fixes RT #95446 (David Precious (bigpresh))
Packit 237ae7
Packit 237ae7
0.62 Wed June 25, 2014
Packit 237ae7
    - Production release
Packit 237ae7
Packit 237ae7
0.61_01 Thu June 19, 2014
Packit 237ae7
    - Document the Text::Diff unicode fix.
Packit 237ae7
    - Add ability to customise 'Got' and 'Expected' column headers
Packit 237ae7
Packit 237ae7
0.61 Sat April 16, 2011
Packit 237ae7
    - Allow an option to override Sortkeys in C<eq_or_diff>. Thanks to Mark
Packit 237ae7
      Zealey for the suggestion.
Packit 237ae7
    - Unnumbered tests. There's no point to them.
Packit 237ae7
Packit 237ae7
0.60 Sat April 16, 2011
Packit 237ae7
    - Make '' and undef not equal. Thanks to Pavel Shaydo for the patch.
Packit 237ae7
    - Made Data::Dumper minimum version 2.126 to resolve
Packit 237ae7
      https://rt.cpan.org/Ticket/Display.html?id=60798. Thanks to
Packit 237ae7
      jjnapiork@cpan.org  for the report and fix.
Packit 237ae7
Packit 237ae7
0.50 Sat Oct 17 15:18:03 2009
Packit 237ae7
    - Production release.
Packit 237ae7
Packit 237ae7
0.49_02 Sat Aug  2 13:00:21 GMT 2008
Packit 237ae7
    - Added support for all diff styles supplied by Text::Diff.  Requested by
Packit 237ae7
      Kevin Jones (http://rt.cpan.org/Public/Bug/Display.html?id=23579)
Packit 237ae7
    - Add Build.PL.
Packit 237ae7
    - Convert to universally use Test::More instead of Test.
Packit 237ae7
Packit 237ae7
0.49_01 Fri Aug  1 09:04:58 GMT 2008
Packit 237ae7
    - Convert to modern Perl distribution.
Packit 237ae7
    - Applied doc suggestion from Slaven Rezic
Packit 237ae7
      (http://rt.cpan.org/Ticket/Display.html?id=24297)
Packit 237ae7
    - Bumped up version number higher than normal because I forgot to quote
Packit 237ae7
      the "developer release" number last time.
Packit 237ae7
    - Applied Mark Stosberg's  patch which fixed the { a => 1 } versus 
Packit 237ae7
      { a => '1' } bug (http://rt.cpan.org/Ticket/Display.html?id=3029)
Packit 237ae7
Packit 237ae7
0.48_01 Wed Jul 30 10:42:52 GMT 2008
Packit 237ae7
    - Fixed bug when comparing AoH with non-scalar values.  Reported (with
Packit 237ae7
      fix) by Mark Zealey
Packit 237ae7
      (http://rt.cpan.org/Public/Bug/Display.html?id=29732)
Packit 237ae7
Packit 237ae7
0.47 Tue Jun 17 08:54:59 EDT 2003
Packit 237ae7
    - Add context option (reworked patch from fetko@slaysys.com)
Packit 237ae7
    - Improve options handling for eq_or_diff(), $name is no longer
Packit 237ae7
      required before \%options
Packit 237ae7
    - Use **, not ^, for exponentiation
Packit 237ae7
      ("Blake D. Mills IV" <blakem@blakem.com>)
Packit 237ae7
Packit 237ae7
0.46 Tue Aug 27 13:45:51 EDT 2002
Packit 237ae7
    - Minor doc tweaks
Packit 237ae7
Packit 237ae7
0.45 Sun Jul 14 06:58:48 EDT 2002
Packit 237ae7
    - Fix $Data::Dumper::FooBar to be ...::Foobar, patch by
Packit 237ae7
      Ilya Martynov <ilya@martynov.org>
Packit 237ae7
    - Correct the "use Test::Differences" example.
Packit 237ae7
    - Require Text::Diff 0.34 in to get escaping fixes.
Packit 237ae7
Packit 237ae7
0.44 Mon Jul  8 17:02:11 EDT 2002
Packit 237ae7
    - Document Data::Dumper shortcomings reported by Yves Orton
Packit 237ae7
    <demerphq@hotmail.com> and Ilya Martynov <ilya@martynov.org>.
Packit 237ae7
Packit 237ae7
0.43 Mon May 13 09:49:50 EDT 2002
Packit 237ae7
    - Dump "unknown" structures instead of treating them like
Packit 237ae7
      arrays of scalars.  Reported by Yves Orton <demerphq@hotmail.com>.
Packit 237ae7
Packit 237ae7
0.42 Wed Jan  2 21:31:32 EST 2002
Packit 237ae7
    - T.J. Mather spotted a bug where two identical results would compare
Packit 237ae7
    as different, causing false negatives.
Packit 237ae7
Packit 237ae7
0.41
Packit 237ae7
    - forgot to log this change.
Packit 237ae7
Packit 237ae7
0.4 Fri Dec 21 08:55:13 EST 2001
Packit 237ae7
    - Moved table style diffs and escaping in to Test::Diff
Packit 237ae7
    - Improve docs
Packit 237ae7
    - Add a few more tests
Packit 237ae7
Packit 237ae7
0.3 Sat Dec 15 02:06:26 EST 2001
Packit 237ae7
    - Only use Data::Dumper on both args or neither arg.
Packit 237ae7
    - Improve escaping (Michael G Schwern <schwern@pobox.com>,
Packit 237ae7
    - remove leftover debugging code (Tatsuhiko Miyagawa <miyagawa@edge.co.jp>)
Packit 237ae7
    - add t/00escape.t
Packit 237ae7
    - PREREQ_PM => 'Text::Diff' (Michael G Schwern <schwern@pobox.com>)
Packit 237ae7
Packit 237ae7
0.2
Packit 237ae7
    - Initial public release