The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package Locale::VersionedMessages::Sets::Test1::en_US;
####################################################
#        *** WARNING WARNING WARNING ***
#
# This file was generated, and is intended to be
# maintained automatically using the lm_admin command.
# Any changes to this file may be lost the next
# time the command is run.
####################################################

use strict;
use warnings;

our(%Messages);

%Messages = (
   'Message_1' => {
      'vers'  => 2,
      'text'  => 'Message #1 in English.
',
   },
   'Message_2' => {
      'vers'  => 4,
      'text'  => 'Message #2 in English.
',
   },
   'Message_3' => {
      'vers'  => 6,
      'text'  => 'Message #3 in English.
',
   },
);

1;