X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=t%2Flib%2FDBICTest%2FSyntaxErrorComponent1.pm;fp=t%2Flib%2FDBICTest%2FSyntaxErrorComponent1.pm;h=3fb5045d397a3b6bdb3d0b692ef4643353fc2968;hb=584713f437ffa9390821a0580ed368aa22fb552e;hp=0000000000000000000000000000000000000000;hpb=d93b1239cb7de482ac79a091d7daa67115596306;p=chaz%2Fp5-DBIx-Class-ResultSet-RecursiveUpdate diff --git a/t/lib/DBICTest/SyntaxErrorComponent1.pm b/t/lib/DBICTest/SyntaxErrorComponent1.pm new file mode 100644 index 0000000..3fb5045 --- /dev/null +++ b/t/lib/DBICTest/SyntaxErrorComponent1.pm @@ -0,0 +1,9 @@ +# belongs to t/run/90ensure_class_loaded.tl +package # hide from PAUSE + DBICTest::SyntaxErrorComponent1; +use warnings; +use strict; + +my $str ''; # syntax error + +1;