empty IM example
groditi [Sun, 16 Dec 2007 02:02:36 +0000 (02:02 +0000)]
lib/ComponentUI/TestModel/Foo.pm [new file with mode: 0644]

diff --git a/lib/ComponentUI/TestModel/Foo.pm b/lib/ComponentUI/TestModel/Foo.pm
new file mode 100644 (file)
index 0000000..70c2b99
--- /dev/null
@@ -0,0 +1,10 @@
+package ComponentUI::TestModel::Foo;
+
+#use base 'Reaction::InterfaceModel::Object';
+use Reaction::Class;
+
+#1;
+use aliased 'Reaction::InterfaceModel::Object';
+class Foo is Object, which{  };
+
+1;