diff options
author | ivan <ivan> | 2010-05-08 02:38:55 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-05-08 02:38:55 +0000 |
commit | 0e06e26907bcd74783b8eb857b050ab77b1187c5 (patch) | |
tree | 2c13780f80ea7299e3abd9378cfa0381a4f1d546 /FS | |
parent | 129685846320665ae8ebf8433e26e119e926ee12 (diff) |
fix package Categorys spelling, RT#8314
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/Mason.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm index c96a9807e..155a80966 100644 --- a/FS/FS/Mason.pm +++ b/FS/FS/Mason.pm @@ -64,6 +64,7 @@ if ( -e $addl_handler_use_file ) { use DateTime::Format::Strptime; use FS::Misc::DateTime qw( parse_datetime ); use Lingua::EN::Inflect qw(PL); + Lingua::EN::Inflect::classical names=>0; #Categorys use Tie::IxHash; use URI; use URI::Escape; |