From c2a5f4e82029a7fa0153dcc422c34d7d08be31e4 Mon Sep 17 00:00:00 2001 From: "Andreas J. Koenig" Date: Sun, 29 Mar 2009 19:04:32 +0200 Subject: [PATCH] inc version --- lib/File/Rsync/Mirror/Recent.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/File/Rsync/Mirror/Recent.pm b/lib/File/Rsync/Mirror/Recent.pm index 0012c94..94d8149 100644 --- a/lib/File/Rsync/Mirror/Recent.pm +++ b/lib/File/Rsync/Mirror/Recent.pm @@ -27,7 +27,7 @@ use Storable; use Time::HiRes qw(); use YAML::Syck; -use version; our $VERSION = qv('0.0.1'); +use version; our $VERSION = qv('0.0.2'); =head1 SYNOPSIS -- 2.11.4.GIT