NAME
   PL::Sort

SYNOPSIS
           use PL::Sort qw( cmp_pl sort_pl );

           my @sorted_1 = sort { cmp_pl( $a, $b ) } "N\x{f3}w", "Now", "N\x{f3}";
           my @sorted_2 = sort_pl( "N\x{f3}w", "Now", "N\x{f3}" );

DESCRIPTION
   The PL::Sort module provides a simple way to correctly sort strings with
   polish characters.

SUBROUTINES/METHODS
   cmp_pl( STRING1, STRING2 )
       Subroutine, that makes comparison of two strings.

   sort_pl( LIST )
       Subroutine, that sort a list of a strings.

DEPENDENCIES
   None.

INCOMPATIBILITIES
   None known.

BUGS AND LIMITATIONS
   None known.

AUTHOR
   Strzelecki Ɓukasz <[email protected]>

LICENCE AND COPYRIGHT
   This program is free software; you can redistribute it and/or modify it
   under the same terms as Perl itself.

   See http://www.perl.com/perl/misc/Artistic.html