From 6f3f0c7bfa83fd18b8e6a4e2a280a8c04397ea57 Mon Sep 17 00:00:00 2001 From: "Andreas J. Koenig" Date: Sun, 20 Mar 2011 21:03:48 +0100 Subject: [PATCH] ready for 0.1.1 --- Changes | 2 ++ lib/File/Rsync/Mirror/Recent.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 1e69764..b4cda72 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ 2011-03-20 Andreas J. Koenig + * release 0.1.1 (MANIFEST fixes) + * release 0.1.0 * rrr-client contributed by Ask Bjørn Hansen diff --git a/lib/File/Rsync/Mirror/Recent.pm b/lib/File/Rsync/Mirror/Recent.pm index aed2ac9..3a4076f 100644 --- a/lib/File/Rsync/Mirror/Recent.pm +++ b/lib/File/Rsync/Mirror/Recent.pm @@ -28,7 +28,7 @@ use Storable; use Time::HiRes qw(); use YAML::Syck; -use version; our $VERSION = qv('0.1.0'); +use version; our $VERSION = qv('0.1.1'); =head1 SYNOPSIS -- 2.11.4.GIT