X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FUtil.pm;h=f69ec571296e186155d815d4ea2424f5bdd96b6e;hb=19320607dd1e6217be5f0f7f68db79465d0fb6d9;hp=83a14fe8677930aa0b5521fa4982ddc269175415;hpb=30350cb4d7b4345131ed638b2b30e7d1b7b1ef4c;p=gitmo%2FMoose.git diff --git a/lib/Moose/Util.pm b/lib/Moose/Util.pm index 83a14fe..f69ec57 100644 --- a/lib/Moose/Util.pm +++ b/lib/Moose/Util.pm @@ -7,7 +7,7 @@ use Sub::Exporter; use Scalar::Util 'blessed'; use Class::MOP 0.60; -our $VERSION = '0.65'; +our $VERSION = '0.68'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; @@ -213,7 +213,7 @@ This is a set of utility functions to help working with Moose classes, and is used internally by Moose itself. The goal is to provide useful functions that for both Moose users and Moose extenders (MooseX:: authors). -This is a relatively new addition to the Moose toolchest, so ideas, +This is a relatively new addition to the Moose tool chest, so ideas, suggestions and contributions to this collection are most welcome. See the L section below for a list of ideas for possible functions to write. @@ -241,7 +241,7 @@ Given an C<$applicant> (which can somehow be turned into either a metaclass or a metarole) and a list of C<@roles> this will do the right thing to apply the C<@roles> to the C<$applicant>. This is actually used internally by both L and L, and the -C<@roles> will be pre-processed through L +C<@roles> will be preprocessed through L to allow for the additional arguments to be passed. =item B @@ -306,7 +306,7 @@ Stevan Little =head1 COPYRIGHT AND LICENSE -Copyright 2007-2008 by Infinity Interactive, Inc. +Copyright 2007-2009 by Infinity Interactive, Inc. L