[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.1 and 1.2

version 1.1, 2011/12/22 04:52:42 version 1.2, 2012/08/15 01:52:28
Line 4 
Line 4 
   
 use 5.010;  use 5.010;
   
 use YAML::Any qw/ LoadFile Dump Load /;  use YAML::XS qw/ LoadFile Dump Load /;
 use File::Spec;  use File::Spec;
   
 sub new {  sub new {

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

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