blob: 265b0d131bad0729e09412a4771a84291daf1ba3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
package Locale::Codes::LangExt_Retired;
# This file was automatically generated. Any changes to this file will
# be lost the next time 'deprecate_codes' is run.
# Generated on: Wed Feb 27 10:06:46 EST 2013
=pod
=head1 NAME
Locale::Codes::LangExt_Retired - retired langext codes for the Locale::Codes::LangExt module
=head1 SYNOPSIS
This module contains data used by the Locale::Codes::LangExt module. It is
not intended to be used directly, and contains no calleable routines.
=head1 AUTHOR
See Locale::Codes for full author history.
Currently maintained by Sullivan Beck (sbeck@cpan.org).
=head1 COPYRIGHT
Copyright (c) 1997-2001 Canon Research Centre Europe (CRE).
Copyright (c) 2001-2010 Neil Bowers
Copyright (c) 2010-2013 Sullivan Beck
This module is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
=cut
use strict;
require 5.006;
use warnings;
use utf8;
our($VERSION);
$VERSION='3.25';
$Locale::Codes::Retired{'langext'}{'alpha'}{'code'} = {
};
$Locale::Codes::Retired{'langext'}{'alpha'}{'name'} = {
};
1;
|