Revision history for Perl extension Data::Difflet

0.09 2013-07-24T04:05:04Z


    ommit 1b43a2b26547c3f8a3f499bde255f63647f06aad
    Author: HIROSE Masaaki <hirose31@gmail.com>
    Date:   Tue Jul 23 22:15:15 2013 +0900

        Enable difflet_is_deeply when run tests by prove

    commit fc04820fffac844fa5638a61e306622915c42f13
    Author: HIROSE Masaaki <hirose31@gmail.com>
    Date:   Tue Jul 23 22:20:04 2013 +0900

        Override Test::More::is_deeply when use with "qw(is_deeply)"

        I want to use difflet_is_deeply as is_deeply personally so I added
        '''--exec "perl -Ilib -MTest::Difflet=is_deeply"''' to my ~/.proverc
        but no effect.

0.08 2013-05-19T13:17:19Z

    Author: Takumi Akiyama <t.akiym@gmail.com>
    Date:   Sun May 19 15:23:43 2013 +0900

    fix for hash randomization

0.07 2013-05-07T10:59:14Z

    - re-packaging with minilla

0.06

    - need to sort keys when comparing dump result

0.05

    commit 159d0fbe38ee2e671250be08020009c34a887af0
    Author: Kozaki, Tsuneaki <kozaki.tsuneaki@gmail.com>
    Date:   Sat Sep 15 02:00:31 2012 +0900

    fix the problem when execute test file with prove

    When we execute the test file with prove, we've got an error message.
    - Can't locate object method "is_deeply" via package "Test::Builder"

    I simply replaced the call $builder->is_deeply() with is_deeply().

0.04

    - fixed for 5.8

0.03

    - Fixed colorize next line(syohex++)

0.02

    - bundle Test::Difflet

0.01    Mon Aug 13 13:04:01 2012
    - original version
