Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.04.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index 2c576ca..b8c7e3f 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for IO::File::AtomicChange

+0.04  Wed Jul 24 10:39:00 UTC 2013
+        * No feature change just refine documents.
+
 0.03  Thu Feb  3 10:30:00 UTC 2011
         * check if defined backdup_dir before check existence of target_file.
           (thanks: Ryo Okamoto san)
  • Loading branch information
hirose31 committed Jul 24, 2013
1 parent 028081b commit 4f79daf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
Revision history for IO::File::AtomicChange

0.04 Wed Jul 24 10:39:00 UTC 2013
* No feature change just refine documents.

0.03 Thu Feb 3 10:30:00 UTC 2011
* check if defined backdup_dir before check existence of target_file.
(thanks: Ryo Okamoto san)
Expand Down
2 changes: 1 addition & 1 deletion lib/IO/File/AtomicChange.pm
Expand Up @@ -3,7 +3,7 @@ package IO::File::AtomicChange;
use strict;
use warnings;

our $VERSION = '0.03';
our $VERSION = '0.04';

use base qw(IO::File);
use Carp;
Expand Down

0 comments on commit 4f79daf

Please sign in to comment.