-
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.
- Loading branch information
vti
committed
Jan 3, 2016
1 parent
cc83588
commit c943de5
Showing
5 changed files
with
39 additions
and
30 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,9 +4,9 @@ | |
"Viacheslav Tykhanovskyi, C<[email protected]>." | ||
], | ||
"dynamic_config" : 0, | ||
"generated_by" : "Minilla/v0.7.5, CPAN::Meta::Converter version 2.130880", | ||
"generated_by" : "Minilla/v2.3.0, CPAN::Meta::Converter version 2.150005", | ||
"license" : [ | ||
"unknown" | ||
"artistic_2" | ||
], | ||
"meta-spec" : { | ||
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", | ||
|
@@ -28,15 +28,14 @@ | |
"prereqs" : { | ||
"configure" : { | ||
"requires" : { | ||
"CPAN::Meta" : "0", | ||
"CPAN::Meta::Prereqs" : "0", | ||
"Module::Build" : "0.38" | ||
} | ||
}, | ||
"develop" : { | ||
"requires" : { | ||
"Test::CPAN::Meta" : "0", | ||
"Test::MinimumVersion" : "0.10108", | ||
"Test::MinimumVersion::Fast" : "0.04", | ||
"Test::PAUSE::Permissions" : "0.04", | ||
"Test::Pod" : "1.41", | ||
"Test::Spellunker" : "v0.2.7" | ||
} | ||
|
@@ -60,11 +59,13 @@ | |
"web" : "https://github.com/vti/routes-tiny" | ||
} | ||
}, | ||
"version" : "0.14", | ||
"version" : "0.15", | ||
"x_contributors" : [ | ||
"Sergey Zasenko <[email protected]>", | ||
"Dmitry Smal <[email protected]>", | ||
"Dinar Sabitov <[email protected]>", | ||
"Jonathan R. Warden <[email protected]>", | ||
"vti <[email protected]>" | ||
] | ||
], | ||
"x_serialization_backend" : "JSON::PP version 2.27203" | ||
} |
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ require Carp; | |
require Scalar::Util; | ||
use Routes::Tiny::Pattern; | ||
|
||
our $VERSION = 0.14; | ||
our $VERSION = 0.15; | ||
|
||
sub new { | ||
my $class = shift; | ||
|
@@ -310,6 +310,8 @@ Dmitry Smal (mialinx) | |
Dinar (ziontab) | ||
Jonathan R. Warden | ||
=head1 AUTHOR | ||
Viacheslav Tykhanovskyi, C<[email protected]>. | ||
|