projects
/
p5sagit/Devel-Declare.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9b6112a
)
fix syntax error in module use line
Karen Etheridge [Mon, 31 Mar 2014 16:39:29 +0000 (09:39 -0700)]
Changes
patch
|
blob
|
blame
|
history
t/lines.t
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
f3178ce
..
585c9b2
100644
(file)
--- 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
(file)
--- 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;