Port from MXAH to native traits.
[p5sagit/Devel-REPL.git] / lib / Devel / REPL.pm
index 3429104..f05bc63 100644 (file)
@@ -5,7 +5,7 @@ use Moose;
 use namespace::clean -except => [ 'meta' ];
 use 5.008001; # backwards compat, doesn't warn like 5.8.1
 
-our $VERSION = '1.003005'; # 1.3.5
+our $VERSION = '1.003007'; # 1.3.7
 
 with 'MooseX::Object::Pluggable';
 
@@ -322,7 +322,7 @@ the following:
 
 =item *
 
-L<Moose> >= 0.64
+L<Moose> >= 0.90
 
 =item *
 
@@ -334,10 +334,6 @@ L<MooseX::Getopt> >= 0.15
 
 =item *
 
-L<MooseX::AttributeHelpers> >= 0.14
-
-=item *
-
 L<namespace::clean>
 
 =item *