package TestAppI18N::I18N::es; use base 'TestAppI18N::I18N'; use strict; use warnings; our %Lexicon = ( GREETING => 'hola', ); 1;