-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Checking in changes prior to tagging of version 0.17.
Changelog diff is: diff --git a/Changes b/Changes index 6e5060f..060b842 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,10 @@ Revision history for perl module Routes::Tiny {{$NEXT}} +0.17 2016-12-26T18:28:28Z + + - merge arguments in subroutes + 0.16 2016-08-19T08:10:24Z - Fix captures when using array constraints (Alexander Batyrshin)
- Loading branch information
vti
committed
Dec 26, 2016
1 parent
da221f5
commit eb8bfc7
Showing
4 changed files
with
13 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"Viacheslav Tykhanovskyi, C<[email protected]>." | ||
], | ||
"dynamic_config" : 0, | ||
"generated_by" : "Minilla/v2.5.0, CPAN::Meta::Converter version 2.150005", | ||
"generated_by" : "Minilla/v3.0.4, CPAN::Meta::Converter version 2.150010", | ||
"license" : [ | ||
"artistic_2" | ||
], | ||
|
@@ -28,7 +28,7 @@ | |
"prereqs" : { | ||
"configure" : { | ||
"requires" : { | ||
"Module::Build" : "0.38" | ||
"Module::Build::Tiny" : "0.035" | ||
} | ||
}, | ||
"develop" : { | ||
|
@@ -59,15 +59,15 @@ | |
"web" : "https://github.com/vti/routes-tiny" | ||
} | ||
}, | ||
"version" : "0.16", | ||
"version" : "0.17", | ||
"x_contributors" : [ | ||
"Sergey Zasenko <[email protected]>", | ||
"Dmitry Smal <[email protected]>", | ||
"Dinar Sabitov <[email protected]>", | ||
"Jonathan R. Warden <[email protected]>", | ||
"Alexander Batyrshin <[email protected]>", | ||
"Viacheslav Tykhanovskyi <viacheslav.t@gmail.com>", | ||
"vti <vti@clarive.com>" | ||
"vti <vti@clarive.com>", | ||
"vti <viacheslav.t@gmail.com>" | ||
], | ||
"x_serialization_backend" : "JSON::PP version 2.27300" | ||
"x_serialization_backend" : "JSON::PP version 2.27300_01" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters