created application to test extending the container
authorAndré Walker <andre@andrewalker.net>
Tue, 2 Aug 2011 17:53:47 +0000 (14:53 -0300)
committerAndré Walker <andre@andrewalker.net>
Tue, 2 Aug 2011 17:53:47 +0000 (14:53 -0300)
commit3ef84846ef818c8b840b3b33a675d61fc23e8459
tree16247b8c4c6e280dbe2bd9a122afb82af256713b
parent065ac54c902d392fc440ae548618dbbe2d87426c
created application to test extending the container
t/lib/TestAppCustomContainerNoSugar.pm [new file with mode: 0644]
t/lib/TestAppCustomContainerNoSugar/Container.pm [new file with mode: 0644]
t/lib/TestAppCustomContainerNoSugar/Controller/Root.pm [new file with mode: 0644]
t/lib/TestAppCustomContainerNoSugar/Model/Bar.pm [new file with mode: 0644]
t/lib/TestAppCustomContainerNoSugar/Model/Baz.pm [new file with mode: 0644]
t/lib/TestAppCustomContainerNoSugar/Model/Foo.pm [new file with mode: 0644]
t/lib/TestAppCustomContainerNoSugar/View/MyView.pm [new file with mode: 0644]