diff --git a/Build.PL b/Build.PL index eac12a15..1a5e3fad 100644 --- a/Build.PL +++ b/Build.PL @@ -54,6 +54,7 @@ Module::Build->new( 'Plack' => '1.0023', 'Plack::Middleware::Expires' => '0.03', 'Plack::Middleware::ReverseProxy' => '0.15', + 'Pod::Usage' => 0, 'Role::Tiny' => '1.002005', 'Sereal' => '0', 'Socket6' => '0.23', diff --git a/Changes b/Changes index c7a97b0d..cfa0608b 100644 --- a/Changes +++ b/Changes @@ -4,6 +4,10 @@ * #323 c_ip only ever returns one IP per value + [BUG FIXES] + + * #315 missing Pod::Usage dependency + 2.036004 - 2017-07-02 [BUG FIXES]