=================================================================== RCS file: /cvs/RT/Invoicing/lib/RTI/Config.pm,v retrieving revision 1.1 retrieving revision 1.3 diff -u -r1.1 -r1.3 --- RT/Invoicing/lib/RTI/Config.pm 2011/12/22 04:52:42 1.1 +++ RT/Invoicing/lib/RTI/Config.pm 2015/05/07 06:23:19 1.3 @@ -3,8 +3,9 @@ use warnings; use 5.010; +use experimental 'switch'; -use YAML::Any qw/ LoadFile Dump Load /; +use YAML::XS qw/ LoadFile Dump Load /; use File::Spec; sub new {