projects
/
catagits/Reaction.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
89b70ba
)
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]
patch
|
blob
diff --git a/lib/ComponentUI/TestModel/Foo.pm
b/lib/ComponentUI/TestModel/Foo.pm
new file mode 100644
(file)
index 0000000..
70c2b99
--- /dev/null
+++ b/
lib/ComponentUI/TestModel/Foo.pm
@@ -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;