use strict and warnings consistently in tests
[p5sagit/Class-C3-Componentised.git] / t / lib / MyModule / ErrorComponent.pm
1 package # hide from PAUSE
2     MyModule::ErrorComponent;
3 use strict;
4 use warnings;
5
6 # this is missing on purpose
7 # 1;
8