Skip to content

Commit

Permalink
v1.63
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Jan 13, 2016
1 parent df5eacf commit 4b04d56
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{{$NEXT}}

1.63 2016-01-13

[BUG FIXES]

- The behaviour of silently ignoring text after the matching part was
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This software is Copyright (c) 2015 by Dave Rolsky.
This software is Copyright (c) 2016 by Dave Rolsky.

This is free software, licensed under:

Expand Down
4 changes: 3 additions & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.042.
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.043.
use strict;
use warnings;

Expand All @@ -21,6 +21,7 @@ my %WriteMakefileArgs = (
"DateTime::Locale" => "0.45",
"DateTime::TimeZone" => "0.79",
"Exporter" => 0,
"JSON::PP" => "2.27300",
"Package::DeprecationManager" => "0.15",
"Params::Validate" => "1.20",
"Try::Tiny" => 0,
Expand Down Expand Up @@ -53,6 +54,7 @@ my %FallbackPrereqs = (
"Exporter" => 0,
"ExtUtils::MakeMaker" => 0,
"File::Spec" => 0,
"JSON::PP" => "2.27300",
"Package::DeprecationManager" => "0.15",
"Params::Validate" => "1.20",
"Test::Builder" => 0,
Expand Down
1 change: 1 addition & 0 deletions cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ requires "DateTime" => "1.00";
requires "DateTime::Locale" => "0.45";
requires "DateTime::TimeZone" => "0.79";
requires "Exporter" => "0";
requires "JSON::PP" => "2.27300";
requires "Package::DeprecationManager" => "0.15";
requires "Params::Validate" => "1.20";
requires "Try::Tiny" => "0";
Expand Down

0 comments on commit 4b04d56

Please sign in to comment.