update other docs about Moose::Exporter to not use strict/warnings
[gitmo/Moose.git] / lib / Moose / Cookbook / Extending / Recipe2.pod
index 36f2e8c..324524c 100644 (file)
@@ -9,9 +9,6 @@ Moose::Cookbook::Extending::Recipe2 - Providing a role for the base object class
 
   package MooseX::Debugging;
 
-  use strict;
-  use warnings;
-
   use Moose ();
   use Moose::Exporter;
   use Moose::Util::MetaRole;