This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Made a number of tests TODO in lib/overload.t due to changes to Test-Simple
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Sat, 14 Aug 2010 16:47:46 +0000 (17:47 +0100)
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Sat, 14 Aug 2010 16:49:02 +0000 (17:49 +0100)
commit22afb09b13a6dc17f20388991422fdbe6166e3ed
tree2714ddeeda067353cd491c741ad93abae7ea919c
parent809046db05742711d28ee1fbb0a0e63a4e73ed89
Made a number of tests TODO in lib/overload.t due to changes to Test-Simple

    Feature Changes
    * is() and others will no longer stringify its arguments before
      comparing.  Overloaded objects will make use of their eq
      overload rather than their "" overload.  This can break tests of
      impolitely string overloaded objects.  DateTime prior to 0.54 is
      the biggest example.
lib/overload.t