summaryrefslogtreecommitdiff
path: root/misc/p5-I18N-LangTags
AgeCommit message (Collapse)AuthorFilesLines
2005-03-02Update to 0.35:wiz2-7/+7
2004-10-06 Sean M. Burke * Release 0.35 Bugfix version: locale2language_tag now correctly understands locale-IDs with at-signs in them, like 'it_IT.utf8@euro' or 'it_IT@euro'. This is now enforced by the new t/20_locales.t Thanks to Luca 'loopback' Cavalli for letting me know about these new locale-ID name-styles. * Release 0.34 -- never happened, because of an upload error 2004-07-01 Sean M. Burke * Release 0.33 Minor bugfix version: The test 80_all_env.t was erroneously failing for people with LC_ALL or LC_MESSAGES set. Fixed. Thanks to everyone, especially Nicholas Clark, who patiently helped out with this. 2004-06-20 Sean M. Burke * Release 0.32 Minor bugfix version: The test 80_all_env.t was erroneously failing under MSWins that had Win32::Locale installed. A workaround added. 2004-06-17 Sean M. Burke * Release 0.31 Corrected some unevennesses in when/whether the return values from I18N::LangTags::Detect's various internal functions would be downcased. Now they're /always/ downcased, and are /always/ fed thru alternate_language_tags()! Also, spiffed up and generally improved the earlier test 80_all_env.t, which not even I could make sense of, and I wrote the damned thing. Now it's sane, and checks both scalar and list return values. Thanks to Rafael Garcia-Suarez and the various CPAN-Testers for prodding me to fix this. (Hopefully the earlier problems /are/ now fixed! Otherwise there'll be another version of this module out real soon!)
2005-02-24Add RMD160 digestsagc1-1/+2
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-1/+2
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-05-13Import p5-I18N-LangTags 0.30mjl4-0/+28
Language tags are a formalism, described in RFC 3066 (obsoleting 1766), for declaring what language form (language and possibly dialect) a given chunk of information is in. This library provides functions for common tasks involving language tags as they are needed in a variety of protocols and applications.