summaryrefslogtreecommitdiff
path: root/dist/I18N-LangTags
Commit message (Collapse)AuthorAgeFilesLines
* dist/I18N-LangTags - Add Makefile.PL from CPANYves Orton2023-03-022-0/+28
| | | | | | | For some reason the CPAN module is not properly indexed. It is https://metacpan.org/release/SBURKE/I18N-LangTags-0.35. This fixes this module for https://github.com/Perl/perl5/issues/20874
* I18N:LangTags: Fix casing issue GH #16500Karl Williamson2022-07-192-11/+18
| | | | | This was caused by errors in the data. A few entries weren't lowercase like all the rest are.
* Add descriptions for tests lacking themJames E Keenan2022-07-181-12/+28
|
* Fix typosSamanta Navarro2020-10-031-2/+2
| | | | | | | | | For: https://github.com/Perl/perl5/pull/18201 Committer: Samanta Navarro is now a Perl author. To keep 'make test_porting' happy: Increment $VERSION in several files. Regenerate uconfig.h via './perl -Ilib regen/uconfig_h.pl'.
* I18N::LangTags: minor clarificationDavid Cantrell2019-08-051-1/+1
| | | | Don't imply that there are other undocumented env vars in play
* I18N::LangTags: document IGNORE_WIN32_LOCALEDavid Cantrell2019-08-051-1/+3
|
* I18N::LangTags: bump versionDavid Cantrell2019-08-051-1/+1
|
* I18N::LangTags: Add L<> around links in podKarl Williamson2019-05-251-8/+8
|
* Replace multiple 'use vars' by 'our' in distNicolas R2017-11-113-12/+12
| | | | | | | | | | | | | | | | | | | | Using vars pragma is discouraged and has been superseded by 'our' declarations available in Perl v5.6.0 or later. Additionally using 'vars' pragma increase the memory consumption of a program by about 700 kB for no good reason. This commit is about replacing the usage of 'vars' pragma by 'our' in blead where it makes sense. ( leaving 'cpan' directory outside of the scope ) -- using vars perl -e 'use vars qw(@ISA $AUTOLOAD $VERSION); print qx{grep RSS /proc/$$/status} ' VmRSS: 2588 kB -- using our instead perl -e 'our (@ISA, $AUTOLOAD, $VERSION); print qx{grep RSS /proc/$$/status} ' VmRSS: 1864 kB
* Switch most open() calls to three-argument form.John Lightsey2016-12-231-3/+3
| | | | | | | | | | Switch from two-argument form. Filehandle cloning is still done with the two argument form for backward compatibility. Committer: Get all porting tests to pass. Increment some $VERSIONs. Run: ./perl -Ilib regen/mk_invlists.pl; ./perl -Ilib regen/regcharclass.pl For: RT #130122
* dist/: bump $VERSION as neededTony Cook2016-07-262-2/+2
|
* dist/: remove . from @INC when loading optional modulesTony Cook2016-07-261-0/+2
| | | | | | I didn't update base.pm since that seems more likely to be loading modules *expected* to be in the current directory. Opinions welcome.
* more Slavic intelligibility: added Bosnian to Serbian and CroatianSlaven Rezic2013-09-061-2/+2
| | | | | | Bump $VERSION. For: RT #72594
* use non-dev version for I18N::LangTags::ListRicardo Signes2013-01-172-2/+2
| | | | ...and sync with I18N::LangTags
* Increase $I18N::LangTags::VERSION to 0.38Father Chrysostomos2011-12-091-1/+1
|
* update link to ISO 639-2Alexandr Ciornii2011-12-091-1/+1
|
* Keep verbatim pod in I18N:LT and IO.pm within 80 colsFather Chrysostomos2011-08-101-11/+11
|
* Fix broken URLs for RFCs, bump version and document in perldeltaLeon Brocard2011-06-122-5/+11
|
* [perl #90306] Fix simple typosMarcel GrĂ¼nauer2011-05-191-1/+1
|
* Bump I18N::LangTgs::Detect since it changed since the last CPAN releaseJesse Vincent2011-02-021-1/+1
|
* Suppress "Name used only once" warnings.David E. Wheeler2011-01-271-0/+1
| | | | | From Locale::Maketext and I18N::LangTags::Detect. To replicate, run perl -Idist/Locale-Maketext/lib -Icpan/IPC-Cmd/lib -Idist/I18N-LangTags/lib -we "use IPC::Cmd"
* Convert I18N::LangTags to Test::More from Test.Nicholas Clark2011-01-228-278/+151
|
* Remove duplicate test for $ENV{LANG} in I18N::LangTags test 80_all_env.tNicholas Clark2011-01-221-13/+1
|
* bump I18N::LangTags version to 0.35_01David Golden2010-07-192-2/+2
|
* In I18N::LangTags::Detect, avoid using defined @array and defined %hash.Nicholas Clark2009-10-231-2/+2
|
* Move I18N::LangTags from ext/ to dist/Nicholas Clark2009-09-2913-0/+3816