From 77675ab4f2863504aadd596cd7e0ac9db5922d64 Mon Sep 17 00:00:00 2001 From: vti Date: Mon, 26 Dec 2016 21:34:32 +0100 Subject: [PATCH] Checking in changes prior to tagging of version 0.18. Changelog diff is: diff --git a/Changes b/Changes index 060b842..adbe729 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,10 @@ Revision history for perl module Routes::Tiny {{$NEXT}} +0.18 2016-12-26T20:34:29Z + + - merge arguments in subroutes by pushing (+arguments) + 0.17 2016-12-26T18:28:28Z - merge arguments in subroutes --- Changes | 4 ++++ META.json | 2 +- lib/Routes/Tiny.pm | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 060b842..adbe729 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,10 @@ Revision history for perl module Routes::Tiny {{$NEXT}} +0.18 2016-12-26T20:34:29Z + + - merge arguments in subroutes by pushing (+arguments) + 0.17 2016-12-26T18:28:28Z - merge arguments in subroutes diff --git a/META.json b/META.json index 4e13ff6..5833d9f 100644 --- a/META.json +++ b/META.json @@ -59,7 +59,7 @@ "web" : "https://github.com/vti/routes-tiny" } }, - "version" : "0.17", + "version" : "0.18", "x_contributors" : [ "Sergey Zasenko ", "Dmitry Smal ", diff --git a/lib/Routes/Tiny.pm b/lib/Routes/Tiny.pm index 6191ca0..44f0cb0 100644 --- a/lib/Routes/Tiny.pm +++ b/lib/Routes/Tiny.pm @@ -7,7 +7,7 @@ require Carp; require Scalar::Util; use Routes::Tiny::Pattern; -our $VERSION = 0.17; +our $VERSION = 0.18; sub new { my $class = shift;