Download: Data-Localize-0.00022.tar.gz
Dependencies
Annotate this POD
Data::Localize::Format::NamedArgs - Process Lexicons With Named Args (As Opposed To Positional Args)
# "Hello {{name}}" -> "Hello, John" $loc->localize( "lexicon_key", { name => "John" } );