update docs for Moose::Exporter
Jesse Luehrs [Sun, 3 May 2009 00:22:11 +0000 (19:22 -0500)]
lib/Moose/Exporter.pm

index 6fb3ab9..c84e878 100644 (file)
@@ -403,9 +403,6 @@ Moose::Exporter - make an import() and unimport() just like Moose.pm
 
   package MyApp::Moose;
 
-  use strict;
-  use warnings;
-
   use Moose ();
   use Moose::Exporter;
 
@@ -444,6 +441,10 @@ It also lets your "stack" Moose-alike modules so you can export
 Moose's sugar as well as your own, along with sugar from any random
 C<MooseX> module, as long as they all use C<Moose::Exporter>.
 
+To simplify writing exporter modules, C<Moose::Exporter> also imports
+C<strict> and C<warnings> into your exporter module, as well as into
+modules that use it.
+
 =head1 METHODS
 
 This module provides two public methods: