The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package Locale::VersionedMessages::Sets::Test1::fr_FR;
####################################################
#        *** 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 French.
',
   },
   'Message_3' => {
      'vers'  => 5,
      'text'  => 'Message #3 in French.
',
   },
);

1;