bump version to 0.75_01
[gitmo/Moose.git] / lib / Moose / Meta / Role / Application.pm
index ff019ac..1d17034 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 use metaclass;
 
-our $VERSION   = '0.71';
+our $VERSION   = '0.75_01';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 
@@ -96,6 +96,9 @@ Moose::Meta::Role::Application - A base class for role application
 
 This is the abstract base class for role applications.
 
+The API for this class and its subclasses still needs some
+consideration, and is intentionally not yet documented.
+
 =head2 METHODS
 
 =over 4