bump version
[gitmo/Class-MOP.git] / lib / Class / MOP / Module.pm
index 1ca2e40..d43bfbd 100644 (file)
@@ -7,7 +7,7 @@ use warnings;
 use Carp         'confess';
 use Scalar::Util 'blessed';
 
-our $VERSION   = '0.78';
+our $VERSION   = '0.80';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 
@@ -90,7 +90,7 @@ package, if one exists.
 This constructs a string which combines the name, version and
 authority.
 
-=item B<< Class::MOP::Module->meta >
+=item B<< Class::MOP::Module->meta >>
 
 This will return a L<Class::MOP::Class> instance for this class.