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 e18d0ad..256f484 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,16 @@ Revision history for Perl extension File::Stamped

 {{$NEXT}}

+0.04 2014-01-31T11:06:48Z
+
+    [NEW FEATURE]
+    - generate symlink.
+    - auto make parent directory for log file.
+    - be able to use syswrite
+
+    [MISC]
+    - switched to Minilla from M::B.
+
 0.03 2013-01-20T18:59:22

     [NEW FEATURE]
  • Loading branch information
kan committed Jan 31, 2014
1 parent e2191fe commit 7dd43cb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions Changes
Expand Up @@ -2,6 +2,16 @@ Revision history for Perl extension File::Stamped

{{$NEXT}}

0.04 2014-01-31T11:06:48Z

[NEW FEATURE]
- generate symlink.
- auto make parent directory for log file.
- be able to use syswrite

[MISC]
- switched to Minilla from M::B.

0.03 2013-01-20T18:59:22

[NEW FEATURE]
Expand Down
2 changes: 1 addition & 1 deletion META.json
Expand Up @@ -64,7 +64,7 @@
"web" : "https://github.com/tokuhirom/File-Stamped"
}
},
"version" : "0.03",
"version" : "0.04",
"x_contributors" : [
"Masahiro Nagano <kazeburo@gmail.com>",
"Tokuhiro Matsuno <tokuhirom@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion lib/File/Stamped.pm
Expand Up @@ -2,7 +2,7 @@ package File::Stamped;
use strict;
use warnings;
use 5.008001;
our $VERSION = '0.03';
our $VERSION = '0.04';
use Carp ();
use POSIX ();
use SelectSaver ();
Expand Down

0 comments on commit 7dd43cb

Please sign in to comment.