From: Vincent Pit Date: Fri, 2 Nov 2012 12:37:21 +0000 (-0200) Subject: Strip spaces at the end of lines X-Git-Tag: v0.13~29 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FLexical-Types.git;a=commitdiff_plain;h=769ddb7f96f8f50f1f0d40459501e00672a31e1b Strip spaces at the end of lines --- diff --git a/t/22-magic.t b/t/22-magic.t index cc8e497..dee87c2 100644 --- a/t/22-magic.t +++ b/t/22-magic.t @@ -23,7 +23,7 @@ BEGIN { get => sub { ++$_[1]->{get}; () }, set => sub { ++$_[1]->{set}; () }; } - + sub TYPEDSCALAR { cast $_[1], $wiz, $_[2]; () } }