Skip to content

Commit

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

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

 {{$NEXT}}

+0.14 2014-01-07T08:09:27Z
+
+ - Just meta files update
+
 0.13 2013-10-16T18:51:38Z

  - Fix optional param at route beginning (ziontab)
  • Loading branch information
vti committed Jan 7, 2014
1 parent d7d2f1c commit 4562186
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ my %args = (
'Module::Build' => 0.38,
},

name => 'routes-tiny',
name => 'Routes-Tiny',
module_name => 'Routes::Tiny',
allow_pureperl => 0,

Expand Down
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.14 2014-01-07T08:09:27Z

- Just meta files update

0.13 2013-10-16T18:51:38Z

- Fix optional param at route beginning (ziontab)
Expand Down
4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "routes-tiny",
"name" : "Routes-Tiny",
"no_index" : {
"directory" : [
"t",
Expand Down Expand Up @@ -60,7 +60,7 @@
"web" : "https://github.com/vti/routes-tiny"
}
},
"version" : "0.13",
"version" : "0.14",
"x_contributors" : [
"Sergey Zasenko <[email protected]>",
"Dmitry Smal <[email protected]>",
Expand Down
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.13;
our $VERSION = 0.14;

sub new {
my $class = shift;
Expand Down

0 comments on commit 4562186

Please sign in to comment.