From: Karen Etheridge Date: Sun, 19 May 2013 16:01:50 +0000 (-0700) Subject: bump version, add timestamp to changelog for next release X-Git-Tag: v1.003018^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=commitdiff_plain;h=b883972865bc7b11b8f7521e65a67707733394db bump version, add timestamp to changelog for next release --- diff --git a/Changes b/Changes index ca06abe..385ba75 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for Devel-REPL +1.003018 - 2013-05-19 - more attempts to fix Term::ReadLine issues in tests (RT#84246, mephinet) 1.003017 - 2013-04-03 diff --git a/lib/Devel/REPL.pm b/lib/Devel/REPL.pm index f970581..99e703a 100644 --- a/lib/Devel/REPL.pm +++ b/lib/Devel/REPL.pm @@ -5,7 +5,7 @@ use Moose; use namespace::autoclean; use 5.008001; # backwards compat, doesn't warn like 5.8.1 -our $VERSION = '1.003017'; +our $VERSION = '1.003018'; with 'MooseX::Object::Pluggable';