From: Matt S Trout Date: Sat, 16 Aug 2014 18:42:18 +0000 (+0000) Subject: minor doc improvements X-Git-Tag: 1.000004~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FObject-Tap.git;a=commitdiff_plain;h=96021ef66c041aef08be55ec929effdd4e35c125 minor doc improvements --- diff --git a/lib/Object/Tap.pm b/lib/Object/Tap.pm index cb682b1..f0edc40 100644 --- a/lib/Object/Tap.pm +++ b/lib/Object/Tap.pm @@ -44,6 +44,11 @@ or use a method name instead of a sub ref - my $thing = My::Class->new(...)->$_tap(set_foo => 1); +For a 'real' example of how that might be used, one could create and +initialize an L object in one go using - + + my $te = HTML::TableExtract->new->$_tap(parse => $html); + =head1 AUTHOR mst - Matt S. Trout (cpan:MSTROUT)