X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse.pm;h=07b3acf042923dd4711fda85c38fa5455db2025d;hb=2bcb073fa54be359dc1d6acc7237fc3b310c40ce;hp=fb72d26b41d5d147c77df0ed4d3b4040cfb450d6;hpb=56be135d2a8975f724deddf9814446b385985d66;p=gitmo%2FMouse.git diff --git a/lib/Mouse.pm b/lib/Mouse.pm index fb72d26..07b3acf 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -4,7 +4,7 @@ use warnings; use 5.006; use base 'Exporter'; -our $VERSION = '0.27'; +our $VERSION = '0.28'; use Carp 'confess'; use Scalar::Util 'blessed'; @@ -510,7 +510,9 @@ L. =head1 COPYRIGHT AND LICENSE -Copyright 2008 Shawn M Moore. +Copyright 2008-2009 Infinity Interactive, Inc. + +http://www.iinteractive.com/ This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.