Skip to content

Commit

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

diff --git a/Changes b/Changes
index 167a056..360d840 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,6 @@

+0.08 2014-03-04 21:55:40+0900
+    - Fix a packaging issue for older perls
+
 0.07 2014-03-03 23:12:46+0900
     - Initial release to CPAN
  • Loading branch information
gfx committed Mar 4, 2014
1 parent a02e674 commit a31b2c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@

0.08 2014-03-04 21:55:40+0900
- Fix a packaging issue for older perls

0.07 2014-03-03 23:12:46+0900
- Initial release to CPAN
2 changes: 1 addition & 1 deletion lib/Text/Md2Inao.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use utf8;
use strict;
use warnings;

our $VERSION = '0.07';
our $VERSION = '0.08';

use Carp;
use Class::Accessor::Fast qw/antlers/;
Expand Down

0 comments on commit a31b2c3

Please sign in to comment.