From: Dave Rolsky Date: Sun, 3 May 2009 00:43:50 +0000 (-0500) Subject: Text tweaks for description X-Git-Tag: 0.78~51 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fd7ab11101d8a00ccdab368fa09b51edaad5d1c3;p=gitmo%2FMoose.git Text tweaks for description --- diff --git a/lib/Moose/Exporter.pm b/lib/Moose/Exporter.pm index fa3cd52..76f1822 100644 --- a/lib/Moose/Exporter.pm +++ b/lib/Moose/Exporter.pm @@ -433,9 +433,9 @@ Moose::Exporter - make an import() and unimport() just like Moose.pm =head1 DESCRIPTION -This module encapsulates the logic to export sugar functions like -C. It does this by building custom C and C -methods for your module, based on a spec you provide. +This module encapsulates the exporting of sugar functions in a +C-like manner. It does this by building custom C and +C methods for your module, based on a spec you provide. It also lets you "stack" Moose-alike modules so you can export Moose's sugar as well as your own, along with sugar from any random