Skip to content

Commit

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

diff --git a/Changes b/Changes
index adbe729..8dca34a 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@ Revision history for perl module Routes::Tiny

 {{$NEXT}}

+0.19 2017-01-27T18:28:27Z
+
+ - default_method parameter (dshadow)
+
 0.18 2016-12-26T20:34:29Z

  - merge arguments in subroutes by pushing (+arguments)
  • Loading branch information
vti committed Jan 27, 2017
1 parent a64c78c commit 35cc777
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ Revision history for perl module Routes::Tiny

{{$NEXT}}

0.19 2017-01-27T18:28:27Z

- default_method parameter (dshadow)

0.18 2016-12-26T20:34:29Z

- merge arguments in subroutes by pushing (+arguments)
Expand Down
7 changes: 4 additions & 3 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"Viacheslav Tykhanovskyi, C<[email protected]>."
],
"dynamic_config" : 0,
"generated_by" : "Minilla/v3.0.4, CPAN::Meta::Converter version 2.150010",
"generated_by" : "Minilla/v3.0.9, CPAN::Meta::Converter version 2.150005",
"license" : [
"artistic_2"
"unknown"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
Expand Down Expand Up @@ -59,14 +59,15 @@
"web" : "https://github.com/vti/routes-tiny"
}
},
"version" : "0.18",
"version" : "0.19",
"x_contributors" : [
"Sergey Zasenko <[email protected]>",
"Dmitry Smal <[email protected]>",
"Dinar Sabitov <[email protected]>",
"Jonathan R. Warden <[email protected]>",
"Alexander Batyrshin <[email protected]>",
"vti <[email protected]>",
"Konstantin Cherednichenko <[email protected]>",
"vti <[email protected]>"
],
"x_serialization_backend" : "JSON::PP version 2.27300_01"
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,13 +210,15 @@ Jonathan R. Warden

Alexander Batyrshin

Konstantin Cherednichenko

# AUTHOR

Viacheslav Tykhanovskyi, `[email protected]`.

# COPYRIGHT AND LICENSE

Copyright (C) 2011-2016, Viacheslav Tykhanovskyi
Copyright (C) 2011-2017, Viacheslav Tykhanovskyi

This program is free software, you can redistribute it and/or modify it under
the terms of the Artistic License version 2.0.
2 changes: 1 addition & 1 deletion lib/Routes/Tiny.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require Carp;
require Scalar::Util;
use Routes::Tiny::Pattern;

our $VERSION = 0.18;
our $VERSION = 0.19;

sub new {
my $class = shift;
Expand Down

0 comments on commit 35cc777

Please sign in to comment.