update other docs about Moose::Exporter to not use strict/warnings
[gitmo/Moose.git] / lib / Moose / Cookbook / Extending / Recipe4.pod
index 58c61b5..2c7d39f 100644 (file)
@@ -9,9 +9,6 @@ Moose::Cookbook::Extending::Recipe4 - Acting like Moose.pm and providing sugar M
 
   package MyApp::Mooseish;
 
-  use strict;
-  use warnings;
-
   use Moose ();
   use Moose::Exporter;