add an extra symbol to the rt59849 test
Rafael Kitover [Tue, 17 May 2011 18:43:19 +0000 (14:43 -0400)]
t/lib/DBICTestMethods/Namespaces/Schema/Result/Foo.pm

index 277c506..e45caf5 100644 (file)
@@ -9,4 +9,9 @@ sub biz {
     return 'foo bar biz baz boz noz schnozz';
 }
 
+sub boz {
+    my ($self) = @_;
+    return 'foo bar biz baz boz noz schnozz';
+}
+
 1;