Taking credit for a one-line hack. 1.3.9
Dave Houston [Mon, 8 Mar 2010 07:21:39 +0000 (23:21 -0800)]
Changes
lib/Devel/REPL.pm

diff --git a/Changes b/Changes
index e93388c..589ea8b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,5 @@
+1.3.9
+  - Fix scary Moose 0.98 box, adding a check for ->isa('Devel::REPL') in Meta/Plugin.pm
 1.3.8
   - resolve rt.cpan#44231 SIGINT does not quit the REPL just kills the line being edited
 1.3.7
index e25ee46..2f63c6b 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.003007'; # 1.3.7
+our $VERSION = '1.003009'; # 1.3.9
 
 with 'MooseX::Object::Pluggable';
 
@@ -408,6 +408,8 @@ Matt S Trout - mst (at) shadowcatsystems.co.uk (L<http://www.shadowcatsystems.co
 
 =item Norbert Buchmuller C<< <norbi@nix.hu> >>
 
+=item Dave Houston C<< <dhouston@cpan.org> >>
+
 =back
 
 =head1 LICENSE