stuff
This commit is contained in:
@@ -6,7 +6,9 @@ use Types::Standard qw(HashRef InstanceOf);
|
||||
has template => (
|
||||
is => 'ro',
|
||||
required => 1,
|
||||
isa => InstanceOf ['CW::Template']
|
||||
isa => sub {
|
||||
ref($_) && ref($_) =~ /^CW::Template/;
|
||||
}
|
||||
);
|
||||
|
||||
has ctx => (
|
||||
|
||||
Reference in New Issue
Block a user