From 5d076172fe5d1dcc1fce425dfe056fa2600f9768 Mon Sep 17 00:00:00 2001 From: "Andreas J. Koenig" Date: Mon, 30 Mar 2009 12:53:06 +0200 Subject: [PATCH] upcoming new release --- Changes | 8 ++++++++ lib/File/Rsync/Mirror/Recent.pm | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index b9e1b8b..a732b39 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,11 @@ +2009-03-30 Andreas J. Koenig + + * release 0.0.3 + + * Bugfix: pod coverage test failed due to a wrong head directive; + + * updated HOWTO + 2009-03-29 Andreas J. Koenig * release 0.0.2 diff --git a/lib/File/Rsync/Mirror/Recent.pm b/lib/File/Rsync/Mirror/Recent.pm index 8e425c6..14d97f3 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.2'); +use version; our $VERSION = qv('0.0.3'); =head1 SYNOPSIS -- 2.11.4.GIT