Skip to content

Commit

Permalink
Updated with info about importing by tags. Fix typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
thundergnat committed Aug 28, 2012
1 parent 575ea30 commit e15495c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,12 @@ yields:


By default, only the nsort routines are imported when you use Sort::Naturally.
If you want to import the p5 compatabilty routines instead, add the p5 tag.
If you want to import the p5 compatibility routines instead, add the p5 tag.

use Sort::Naturally :p5;

This will load the p5 compatibility routines only. If you want botht the standard
and compatabilty routines imported, use:
This will load the p5 compatibility routines only. If you want both the standard
and compatibility routines imported, use:

use Sort::Naturally :ALL;

Expand Down

0 comments on commit e15495c

Please sign in to comment.