The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

package Apache::MP3::L10N::en;
use strict;
use Apache::MP3::L10N;
use vars qw($VERSION @ISA %Lexicon);
@ISA = qw(Apache::MP3::L10N);

sub language_tag {__PACKAGE__->SUPER::language_tag}

%Lexicon = (
 '_VERSION' => __PACKAGE__ . ' v' . 
 ($VERSION=   '20020611'), # Last modified


);

1;