forgot the S dwarn_only
Arthur Axel 'fREW' Schmidt [Sat, 13 Feb 2010 20:54:19 +0000 (14:54 -0600)]
lib/Data/Dumper/Concise/Sugar.pm
lib/Devel/Dwarn.pm

index 29400a8..694b422 100644 (file)
@@ -67,7 +67,7 @@ thing; for that we have C<Dwarn_only>:
 and C<DwarnS_only>:
 
   # 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:
index abcd9cd..bf45cb3 100644 (file)
@@ -47,7 +47,7 @@ thing; for that we have C<Dwarn_only>:
 and C<DwarnS_only>:
 
   # 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: