minor doc improvements
Matt S Trout [Sat, 16 Aug 2014 18:42:18 +0000 (18:42 +0000)]
lib/Object/Tap.pm

index cb682b1..f0edc40 100644 (file)
@@ -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<HTML::TableExtract> object in one go using -
+
+  my $te = HTML::TableExtract->new->$_tap(parse => $html);
+
 =head1 AUTHOR
 
 mst - Matt S. Trout (cpan:MSTROUT) <mst@shadowcat.co.uk>