typo was messing with clearers
[catagits/Reaction.git] / lib / ComponentUI / TestModel / Foo.pm
1 package ComponentUI::TestModel::Foo;
2
3 #use base 'Reaction::InterfaceModel::Object';
4 use Reaction::Class;
5
6 #1;
7 use aliased 'Reaction::InterfaceModel::Object';
8 class Foo is Object, which{  };
9
10 1;