diff options
author | ivan <ivan> | 2010-05-08 02:38:54 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-05-08 02:38:54 +0000 |
commit | 3e6d2cb1f1eafdf0cbefc2f930c33dafb4cf7642 (patch) | |
tree | d38bdd85721ff50ed9c751e38dad7558e66c16d5 /FS | |
parent | 01dbdf631092f7a56182d1cce6dde68de4e2516b (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 9ac9f6741..9c8157af8 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; |