X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FData%2FDumper%2FConcise%2FSugar.pm;h=694b4224076c19771c5c0a26f2cc47c612d5ce2c;hb=be8e0839f0100125bd4834794bfbca8c63707678;hp=29400a8909c0088980f71621fb4bda5fe8864606;hpb=5054642f6999a563ee8e12118eb89d9445f274a5;p=p5sagit%2FData-Dumper-Concise.git diff --git a/lib/Data/Dumper/Concise/Sugar.pm b/lib/Data/Dumper/Concise/Sugar.pm index 29400a8..694b422 100644 --- a/lib/Data/Dumper/Concise/Sugar.pm +++ b/lib/Data/Dumper/Concise/Sugar.pm @@ -67,7 +67,7 @@ thing; for that we have C: and C: # only Dwarn the first item - my $data = Dwarn_only { $_->[0] } [ some_call(...) ]; + my $data = DwarnS_only { $_->[0] } [ some_call(...) ]; Another trick that is extremely useful when doing method chaining is the following: