Skip to content

Commit

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

diff --git a/Changes b/Changes
index 9231d3e..1d6f357 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,15 @@ Revision history for Perl extension Minilla

 {{$NEXT}}

+v0.8.1 2013-10-28T04:45:46Z
+
+    - git init before migrating if necessary
+      (charsbar)
+    - do not test twice on installation by default.
+      (charsbar)
+    - ignore /Build.bat (generated when you run "perl Build.PL" on Win32)
+      (charsbar)
+
 v0.8.0 2013-10-15T04:48:11Z

     - Supports git-submodule
  • Loading branch information
tokuhirom committed Oct 28, 2013
1 parent 7b51853 commit 4cbc601
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions Changes
Expand Up @@ -2,6 +2,15 @@ Revision history for Perl extension Minilla

{{$NEXT}}

v0.8.1 2013-10-28T04:45:46Z

- git init before migrating if necessary
(charsbar)
- do not test twice on installation by default.
(charsbar)
- ignore /Build.bat (generated when you run "perl Build.PL" on Win32)
(charsbar)

v0.8.0 2013-10-15T04:48:11Z

- Supports git-submodule
Expand Down
4 changes: 2 additions & 2 deletions META.json
Expand Up @@ -106,7 +106,7 @@
"web" : "https://github.com/tokuhirom/Minilla"
}
},
"version" : "v0.8.0",
"version" : "v0.8.1",
"x_authority" : "cpan:TOKUHIROM",
"x_contributors" : [
"mattn <mattn.jp@gmail.com>",
Expand All @@ -122,13 +122,13 @@
"Ryo Okamoto <ryo@aquahill.net>",
"Oleg Gashev <oleg@gashev.net>",
"Daisuke Maki <lestrrat+github@gmail.com>",
"Kenichi Ishigaki <ishigaki@cpan.org>",
"keita.iseki <keita.iseki@gmail.com>",
"moznion <moznion@gmail.com>",
"hideo55 <hide.o.j55@gmail.com>",
"ITO Nobuaki <daydream.trippers@gmail.com>",
"ysasaki <aloelight@gmail.com>",
"Shoichi Kaji <skaji@outlook.com>",
"Kenichi Ishigaki <ishigaki@cpan.org>",
"tokuhirom <tokuhirom@gmail.com>"
]
}
2 changes: 1 addition & 1 deletion lib/Minilla.pm
Expand Up @@ -2,7 +2,7 @@ package Minilla;
use strict;
use warnings;
use 5.008005;
use version; our $VERSION = version->declare("v0.8.0");
use version; our $VERSION = version->declare("v0.8.1");

our $DEBUG;
our $AUTO_INSTALL;
Expand Down

0 comments on commit 4cbc601

Please sign in to comment.