diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/comirror | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/comirror b/bin/comirror index 726e169..453a46b 100755 --- a/bin/comirror +++ b/bin/comirror @@ -9,6 +9,8 @@ my $mech = WWW::Mechanize->new( stack_depth => 2, ); +our $VERSION = '0.1'; + my %conf = file_to_hash('comirror.conf'); my %state = file_to_hash('comirror.state'); my $uri = shift || $state{'uri'}; |