PATH:
usr
/
share
/
perl5
/
vendor_perl
/
Locale
/
Codes
package Locale::Codes::LangExt; # Copyright (C) 2001 Canon Research Centre Europe (CRE). # Copyright (C) 2002-2009 Neil Bowers # Copyright (c) 2010-2018 Sullivan Beck # This program is free software; you can redistribute it and/or modify it # under the same terms as Perl itself. # This file was automatically generated. Any changes to this file will # be lost the next time 'gen_mods' is run. # Generated on: Wed May 30 10:22:15 EDT 2018 use strict; use warnings; require 5.006; use Exporter qw(import); our($VERSION,@EXPORT); $VERSION = '3.57'; ################################################################################ use if $] >= 5.027007, 'deprecate'; use Locale::Codes; use Locale::Codes::Constants; @EXPORT = qw( code2langext langext2code all_langext_codes all_langext_names langext_code2code ); push(@EXPORT,@Locale::Codes::Constants::CONSTANTS_LANGEXT); our $obj = new Locale::Codes('langext'); $obj->show_errors(0); sub show_errors { my($val) = @_; $obj->show_errors($val); } sub code2langext { return $obj->code2name(@_); } sub langext2code { return $obj->name2code(@_); } sub langext_code2code { return $obj->code2code(@_); } sub all_langext_codes { return $obj->all_codes(@_); } sub all_langext_names { return $obj->all_names(@_); } sub rename_langext { return $obj->rename_code(@_); } sub add_langext { return $obj->add_code(@_); } sub delete_langext { return $obj->delete_code(@_); } sub add_langext_alias { return $obj->add_alias(@_); } sub delete_langext_alias { return $obj->delete_alias(@_); } sub rename_langext_code { return $obj->replace_code(@_); } sub add_langext_code_alias { return $obj->add_code_alias(@_); } sub delete_langext_code_alias { return $obj->delete_code_alias(@_); } 1;
[-] Language.pod
[edit]
[-] Country.pm
[edit]
[-] LangExt_Codes.pm
[edit]
[-] LangVar.pod
[edit]
[-] Country_Codes.pm
[edit]
[-] Currency_Retired.pm
[edit]
[-] Country_Retired.pm
[edit]
[-] LangVar_Retired.pm
[edit]
[-] Language_Codes.pm
[edit]
[-] LangExt.pm
[edit]
[-] Types.pod
[edit]
[-] LangFam.pm
[edit]
[-] LangFam_Codes.pm
[edit]
[+]
..
[-] LangFam_Retired.pm
[edit]
[-] Country.pod
[edit]
[-] Script.pod
[edit]
[-] LangExt.pod
[edit]
[-] Changes.pod
[edit]
[-] Currency_Codes.pm
[edit]
[-] Script.pm
[edit]
[-] LangVar_Codes.pm
[edit]
[-] LangExt_Retired.pm
[edit]
[-] Constants.pm
[edit]
[-] LangVar.pm
[edit]
[-] Currency.pm
[edit]
[-] Currency.pod
[edit]
[-] Language_Retired.pm
[edit]
[-] Language.pm
[edit]
[-] Script_Retired.pm
[edit]
[-] LangFam.pod
[edit]
[-] Script_Codes.pm
[edit]