diff options
Diffstat (limited to 'ext/Attribute-Handlers/t/linerep.t')
-rw-r--r-- | ext/Attribute-Handlers/t/linerep.t | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/Attribute-Handlers/t/linerep.t b/ext/Attribute-Handlers/t/linerep.t index 726a724f34..e417de5aaa 100644 --- a/ext/Attribute-Handlers/t/linerep.t +++ b/ext/Attribute-Handlers/t/linerep.t @@ -42,8 +42,8 @@ sub SArgs : ATTR(SCALAR) { is( $data->[0], 'grumpf', 'data' ); is( $phase, 'CHECK', 'phase' ); TODO: { - local $TODO = "Doesn't work correctly" if $] < 5.011; - is( $filename, __FILE__, 'filename' ); - is( $linenum, 42, 'linenum' ); + local $TODO = "Doesn't work correctly" if $] < 5.008; + is( $filename, __FILE__, 'filename' ); + is( $linenum, 42, 'linenum' ); } } |