fixes for the applied_attribute stuff in moose 2
[catagits/Reaction.git] / t / simple.pl
1 use strict;
2 use warnings;
3
4 use lib 'lib';
5 use ComponentUI;
6
7 my $ctx = bless({ stash => {} }, 'ComponentUI');
8
9 my $view = ComponentUI->view('TT');
10
11 print $view->render($ctx, 'textfield', { self => { label => 'Label', message => 'Status message.' }, blocks => {} });