X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FMeta%2FAttribute.pm;h=b62f2d44700819021ba449b88fde6ee2e901489f;hb=4353bfe169e0ca10723b6da1085b7ce0220c212e;hp=1d4c15b4ff13d7a0d1e71c2f5ce4611b410bd6f5;hpb=4331a3f99a23bda694da1b38df4614bfb73ecd22;p=gitmo%2FMouse.git diff --git a/lib/Mouse/Meta/Attribute.pm b/lib/Mouse/Meta/Attribute.pm index 1d4c15b..b62f2d4 100644 --- a/lib/Mouse/Meta/Attribute.pm +++ b/lib/Mouse/Meta/Attribute.pm @@ -248,7 +248,7 @@ sub canonicalize_args{ # DEPRECATED return %args; } -sub create { +sub create { # DEPRECATED my ($self, $class, $name, %args) = @_; Carp::cluck("$self->create has been deprecated." @@ -462,6 +462,10 @@ __END__ Mouse::Meta::Attribute - The Mouse attribute metaclass +=head1 VERSION + +This document describes Mouse version 0.38 + =head1 METHODS =head2 C<< new(%options) -> Mouse::Meta::Attribute >>