[BACK]Return to Config.pm CVS log [TXT][DIR] Up to [local] / RT / Invoicing / lib / RTI

Diff for /RT/Invoicing/lib/RTI/Config.pm between version 1.2 and 1.3

version 1.2, 2012/08/15 01:52:28 version 1.3, 2015/05/07 06:23:19
Line 3 
Line 3 
 use warnings;  use warnings;
   
 use 5.010;  use 5.010;
   use experimental 'switch';
   
 use YAML::XS qw/ LoadFile Dump Load /;  use YAML::XS qw/ LoadFile Dump Load /;
 use File::Spec;  use File::Spec;

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>