Fix POISON_ENV warning missed in both 5c33c8be and 44c1a75d
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / FakeComponent.pm
1 #   belongs to t/run/90ensure_class_loaded.tl
2 package # hide from PAUSE
3     DBICTest::FakeComponent;
4 use warnings;
5 use strict;
6
7 1;