Subversion Repositories camp_sysinfo_client_3

Rev

Rev 124 | Rev 129 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 124 Rev 125
Line 10... Line 10...
10
# added autoconvert from v1.2 configuration file to v1.3
10
# added autoconvert from v1.2 configuration file to v1.3
11
# using dumper to set configuration file
11
# using dumper to set configuration file
12
#
12
#
13
# version 2.0 20190330 RWR
13
# version 2.0 20190330 RWR
14
# changed it so all configs are YAML
14
# changed it so all configs are YAML
-
 
15
#
-
 
16
# version 2.1 20191101 RWR
-
 
17
# changed --name-- tag to name
15
 
18
 
16
package sysinfoconf;
19
package sysinfoconf;
17
 
20
 
18
 
21
 
19
our $VERSION = '2.0';
22
our $VERSION = '2.1';
20
use warnings;
23
use warnings;
21
use strict;  
24
use strict;  
22
 
25
 
23
#use Data::Dumper;
26
#use Data::Dumper;
24
use YAML::Tiny;
27
use YAML::Tiny;