blob: 6ca8317507946bc2c7f98c4ad4f56240444b55e5 [file] [log] [blame]
package MyTest::Plugin::Foo;
use strict;
sub new { return bless {}, $_[0]; }
sub frobnitz {}
1;