Skip Menu |

This queue is for tickets about the Form-Sensible-Reflector-DBIC CPAN distribution.

Report information
The Basics
Id: 65161
Status: resolved
Priority: 0/
Queue: Form-Sensible-Reflector-DBIC

People
Owner: devin.austin [...] gmail.com
Requestors: amoore [...] mooresystems.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.0341
Fixed in: (no value)



Subject: test suite fails calling is_deeply
In t/01test_reflector.t, there's a line: is_deeply( $form, $form2, "form one hash matches form two hash" ); but that fails: t/01test_reflector.t .. Operation "eq": no method found, left argument in overloaded package Form::Sensible::DelegateConnection, right argument in overloaded package Form::Sensible::DelegateConnection at /Users/andrewmoore/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/Test/More.pm line 1478. it appears that you can't simply call is_deeply on those objects. The same error can be found in test reports like: http://www.cpantesters.org/cpan/report/8725b17c-d3a7-11df-999e-22de2e3c0eaa system information follows: This is perl 5, version 12, subversion 3 (v5.12.3) built for darwin-2level Darwin Andrew-Moores-MacBook-Pro.local 10.6.0 Darwin Kernel Version 10.6.0: Wed Nov 10 18:13:17 PST 2010; root:xnu-1504.9.26~3/RELEASE_I386 i386
this should be fixed now in the latest release.