From: Jesse Luehrs Date: Sun, 3 May 2009 00:22:11 +0000 (-0500) Subject: update docs for Moose::Exporter X-Git-Tag: 0.78~54 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=10e0127a2bac1e49f3ffeabd3cbe5975f285c17a;p=gitmo%2FMoose.git update docs for Moose::Exporter --- diff --git a/lib/Moose/Exporter.pm b/lib/Moose/Exporter.pm index 6fb3ab9..c84e878 100644 --- a/lib/Moose/Exporter.pm +++ b/lib/Moose/Exporter.pm @@ -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 module, as long as they all use C. +To simplify writing exporter modules, C also imports +C and C into your exporter module, as well as into +modules that use it. + =head1 METHODS This module provides two public methods: