X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse.pm;h=72d6ba3d6e27b54b7a92bd2899d3f7dec80e96e2;hb=8aeec00e16ce77ccab0e5222106b2b83979edb5f;hp=2f6161077281b84ea4f2673da2db0b66b3fe843c;hpb=6c169c5063b77a791818f5db2c1da3bd9b47d3f9;p=gitmo%2FMouse.git diff --git a/lib/Mouse.pm b/lib/Mouse.pm index 2f61610..72d6ba3 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -1,15 +1,12 @@ - package Mouse; use strict; use warnings; use 5.006; use base 'Exporter'; -our $VERSION; +our $VERSION = '0.15'; BEGIN { - $VERSION = '0.12'; - if ($ENV{MOUSE_DEBUG}) { *DEBUG = sub (){ 1 }; } else { @@ -416,12 +413,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