Skip to content

Commit

Permalink
add Unicode::CaseFold
Browse files Browse the repository at this point in the history
  • Loading branch information
patch committed Mar 6, 2012
1 parent d3861a1 commit a23ea09
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions task-unicode-pm5/Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ my $builder = Module::Build->new(
requires => {
'perl' => '5.10.0', # minimum Unicode support
# modules
'Unicode::CaseFold' => 0,
'Unicode::Collate::Locale' => 0,
'Unicode::GCString' => 0,
'Unicode::LineBreak' => 0,
Expand Down
4 changes: 4 additions & 0 deletions task-unicode-pm5/lib/Task/Unicode.pm
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ less Unicode knowledge.
=over
=item L<Unicode::CaseFold>
Unicode case-folding for case-insensitive lookups
=item L<Unicode::Collate::Locale>
Linguistic tailoring for DUCET via Unicode::Collate
Expand Down

0 comments on commit a23ea09

Please sign in to comment.