X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=t%2Flib%2FDBICTest%2FOptionalComponent.pm;fp=t%2Flib%2FDBICTest%2FOptionalComponent.pm;h=5f0d36ab332f19cc021f32579397ae4aad980178;hb=584713f437ffa9390821a0580ed368aa22fb552e;hp=0000000000000000000000000000000000000000;hpb=d93b1239cb7de482ac79a091d7daa67115596306;p=chaz%2Fp5-DBIx-Class-ResultSet-RecursiveUpdate diff --git a/t/lib/DBICTest/OptionalComponent.pm b/t/lib/DBICTest/OptionalComponent.pm new file mode 100644 index 0000000..5f0d36a --- /dev/null +++ b/t/lib/DBICTest/OptionalComponent.pm @@ -0,0 +1,7 @@ +# belongs to t/run/90ensure_class_loaded.tl +package # hide from PAUSE + DBICTest::OptionalComponent; +use warnings; +use strict; + +1;