A simple fix to the warning generated by a sub-classed proxy - Please verify.
[dbsrgits/DBIx-Class.git] / t / lib / DBICNSTest / RtBug41083 / ResultSet / Foo.pm
index f0731c3..9bf912a 100644 (file)
@@ -2,4 +2,7 @@ package DBICNSTest::RtBug41083::ResultSet::Foo;
 use strict;
 use warnings;
 use base 'DBICNSTest::RtBug41083::ResultSet';
+
+sub fooBar { 1; }
+
 1;