From 1932c998cac488d6ba27789fea56bcf3a554a35c Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 4 Mar 2011 12:22:22 +0100 Subject: Switch from Makefile to Build.PL --- bin/comirror | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin') 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'}; -- cgit v1.2.3