Subversion Repositories camp_sysinfo_client_3

Rev

Rev 38 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 38 Rev 39
Line 1... Line 1...
1
#! /usr/bin/env perl
1
#! /usr/bin/env perl
2
 
2
 
3
use strict;
3
use strict;
4
use warnings;
4
use warnings;
5
 
5
 
6
our $VERSION = '1.1.4';
6
our $VERSION = '1.1.5';
7
 
7
 
8
# find our location and use it for searching for libraries
8
# find our location and use it for searching for libraries
9
BEGIN {
9
BEGIN {
10
   use FindBin;
10
   use FindBin;
11
   use File::Spec;
11
   use File::Spec;