$OpenBSD: patch-t_01_t,v 1.1 2006/12/14 18:08:10 dassow Exp $ --- t/01.t.orig Wed Dec 13 17:13:57 2006 +++ t/01.t Wed Dec 13 17:16:29 2006 @@ -40,15 +40,15 @@ like(Foo->to_field("baz"), qr/has_a(bar => Bar); -is(Foo->to_field("bar"), "\n", +is(Foo->to_field("bar"), "\n", "Select OK"); my $x = bless({id => 1, bar => Bar->retrieve_all(), baz => "Hello there"}, "Foo"); -my %cgi = ( id => ' +my %cgi = ( id => ' ', - bar => ' + bar => ' ', - baz => ' + baz => ' ' ); is_deeply({$x->to_cgi}, \%cgi, "All correct as an object method");