From: Karen Etheridge Date: Mon, 31 Mar 2014 16:39:29 +0000 (-0700) Subject: fix syntax error in module use line X-Git-Tag: v0.006016~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ca4e13926a0dfabbd99e9fbb5581d3ad8b7c66da;p=p5sagit%2FDevel-Declare.git fix syntax error in module use line --- diff --git a/Changes b/Changes index f3178ce..585c9b2 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for Devel-Declare + - fixed syntax error in a test + 0.006015 - 2014-02-02 - fix use of wrong sprintf formatting codes (Zefram, RT#91983) diff --git a/t/lines.t b/t/lines.t index ed1f605..83f1237 100644 --- a/t/lines.t +++ b/t/lines.t @@ -2,7 +2,7 @@ use strict; use warnings; use Test::More; -use Test::Requires 'B:Compiling'; +use Test::Requires 'B::Compiling'; plan tests => 5; my @lines;