doc updates
[gitmo/Moose.git] / lib / Moose / Cookbook / Recipe7.pod
index 49a0932..c54d39a 100644 (file)
@@ -55,6 +55,8 @@ Moose::Cookbook::Recipe7 - The augment/inner example
   sub create_tps_report {
      (shift)->append_body('<report type="tps"/>') 
   }
+  
+  print TPSReport->new->create # <page><header/><report type="tps"/><footer/></page>
 
 =head1 DESCRIPTION