]> Dogcows Code - chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate/blob - t/lib/DBICTest/ForeignComponent/TestComp.pm
add test script for mysql
[chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate] / t / lib / DBICTest / ForeignComponent / TestComp.pm
1 # belongs to t/05components.t
2 package # hide from PAUSE
3 DBICTest::ForeignComponent::TestComp;
4 use warnings;
5 use strict;
6
7 sub foreign_test_method { 1 }
8
9 1;
This page took 0.033631 seconds and 5 git commands to generate.