X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse.pm;h=2be14aeb2b180d5b57b75cf0db37040d6042775e;hb=4216fc14597a0cb62cbb732fd12b77765b109145;hp=cb8fcd0c4f66b9afd3c1b64bc56867dd310c711e;hpb=07d18a6b15d6d937a78ecd2dd24f5375f0096766;p=gitmo%2FMouse.git diff --git a/lib/Mouse.pm b/lib/Mouse.pm index cb8fcd0..2be14ae 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -4,7 +4,7 @@ use warnings; use 5.006; use base 'Exporter'; -our $VERSION = '0.13'; +our $VERSION = '0.14'; use 5.006; BEGIN { @@ -414,12 +414,16 @@ Returns whether this class is actually loaded or not. It uses a heuristic which involves checking for the existence of C<$VERSION>, C<@ISA>, and any locally-defined method. -=head1 AUTHOR +=head1 AUTHORS Shawn M Moore, C<< >> Yuval Kogman, C<< >> +tokuhirom + +Yappo + with plenty of code borrowed from L and L =head1 BUGS