format aperture in backtrack trace
[scpubgit/DX.git] / lib / DX / ActionPolicy / Allow.pm
1 package DX::ActionPolicy::Allow;
2
3 use DX::Class;
4
5 with 'DX::Role::ActionPolicy';
6
7 sub allows { 1 }
8
9 1;