Mercurial > pub > Impl
view _test/Test/Resources/locale/en_INF2/Strings.p @ 398:38cb0b80e88e
minor changes
author | sergey |
---|---|
date | Thu, 08 May 2014 03:53:17 +0400 |
parents | 2eed076cb944 |
children |
line wrap: on
line source
use utf8; use strict; { HelloMessage => sub { my ($this,$args) = @_; return "I know you, $args->{name}!"; } };