Skip to content

Commit

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

diff --git a/Changes b/Changes
index 823d68f..161c920 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,11 @@ Revision history for Perl extension Minilla
 
 {{$NEXT}}
 
+v3.1.10 2020-03-30T10:53:54Z
+    - Add gitlab badges (thibaultduponchelle, srchulo #288, #285)
+    - It is a conventaion that the remote should be named origin (thibaultduponchelle #287)
+    - Update travis.yml template; now travis xenial environment supports perl 5.14+ (#289)
+
 v3.1.9 2020-01-24T13:59:54Z
     - Use '--cleanup=verbatim' option with commit not to erase empty line in diff output (kaz-utashiro #281)
     - Fix grammar (anirvan #286)
  • Loading branch information
skaji committed Mar 30, 2020
1 parent 7c3e78e commit 8b62259
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ Revision history for Perl extension Minilla

{{$NEXT}}

v3.1.10 2020-03-30T10:53:54Z
- Add gitlab badges (thibaultduponchelle, srchulo #288, #285)
- It is a conventaion that the remote should be named origin (thibaultduponchelle #287)
- Update travis.yml template; now travis xenial environment supports perl 5.14+ (#289)

v3.1.9 2020-01-24T13:59:54Z
- Use '--cleanup=verbatim' option with commit not to erase empty line in diff output (kaz-utashiro #281)
- Fix grammar (anirvan #286)
Expand Down
5 changes: 3 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Tokuhiro Matsuno < tokuhirom@gmail.com >"
],
"dynamic_config" : 0,
"generated_by" : "Minilla/v3.1.8, CPAN::Meta::Converter version 2.150010",
"generated_by" : "Minilla/v3.1.9, CPAN::Meta::Converter version 2.150010",
"license" : [
"perl_5"
],
Expand Down Expand Up @@ -113,7 +113,7 @@
"web" : "https://github.com/tokuhirom/Minilla"
}
},
"version" : "v3.1.9",
"version" : "v3.1.10",
"x_authority" : "cpan:TOKUHIROM",
"x_contributors" : [
"Alex Kapranoff <alex@kapranoff.ru>",
Expand Down Expand Up @@ -153,6 +153,7 @@
"Takumi Akiyama <t.akiym@gmail.com>",
"Tatsuhiko Miyagawa <miyagawa@bulknews.net>",
"Tatsuhiko Miyagawa <miyagawa@gmail.com>",
"Thibault DUPONCHELLE <thibault.duponchelle@amadeus.com>",
"Yuji Shimada <xaicron@gmail.com>",
"Zak B. Elep <zakame@zakame.net>",
"aereal <aereal@aereal.org>",
Expand Down
2 changes: 1 addition & 1 deletion lib/Minilla.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Minilla;
use strict;
use warnings;
use 5.010001;
use version; our $VERSION = version->declare("v3.1.9");
use version; our $VERSION = version->declare("v3.1.10");

our $DEBUG;
our $AUTO_INSTALL;
Expand Down

0 comments on commit 8b62259

Please sign in to comment.