BalanceOfPower
view release on metacpan or search on metacpan
lib/BalanceOfPower/templates/print/print_turn_events.tt view on Meta::CPAN
[% USE ANSIColor 'color' %]
[% IF title %][% title | color 'yellow' 'bold' %]
[% "===" | color 'yellow' 'bold' %][% END %]
[% FOREACH t IN turns %]
[% t | color 'yellow' %]
[% "---" | color 'yellow' %]
[% FOREACH e IN events.$t %] [% e %]
[% END %][% END %]
( run in 1.364 second using v1.01-cache-2.11-cpan-a49fcb8fa48 )