From: Jesse Luehrs Date: Sun, 3 May 2009 00:22:28 +0000 (-0500) Subject: fix typos in Moose::Exporter docs X-Git-Tag: 0.78~53 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=24aef5e1b8f39b16a54be52d7a4b16c511b1583c;p=gitmo%2FMoose.git fix typos in Moose::Exporter docs --- diff --git a/lib/Moose/Exporter.pm b/lib/Moose/Exporter.pm index c84e878..fa3cd52 100644 --- a/lib/Moose/Exporter.pm +++ b/lib/Moose/Exporter.pm @@ -435,9 +435,9 @@ Moose::Exporter - make an import() and unimport() just like Moose.pm 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 your provide. +methods for your module, based on a spec you provide. -It also lets your "stack" Moose-alike modules so you can export +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 C module, as long as they all use C.