various pod nits identified by installhtml (all fixed except
[p5sagit/p5-mst-13.2.git] / lib / Class / Struct.pm
index 6227ee6..b4f2117 100644 (file)
@@ -520,6 +520,7 @@ struct's constructor.
     print "(which was a ", $cat->breed->name, ")\n";
     print "had two kittens: ", join(' and ', @{$cat->kittens}), "\n";
 
+=back
 
 =head1 Author and Modification History