view _test/Test/Resources/locale/en_INF2/Strings.p @ 381:ced5937ff21a

Custom getters/setters support method names in theirs definitions Initial support for localizable labels in DOM schemas
author cin
date Wed, 22 Jan 2014 16:56:10 +0400
parents 2eed076cb944
children
line wrap: on
line source

use utf8;
use strict;
{
	HelloMessage => sub {
		my ($this,$args) = @_;
		
		return "I know you, $args->{name}!";
	}
};