Skip to content

Commit

Permalink
Roll the version back slightly so CPAN can test before an official re…
Browse files Browse the repository at this point in the history
…lease.
  • Loading branch information
rcaputo committed Jul 26, 2009
1 parent c0e1122 commit 825294a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poe/lib/POE.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use strict;
use Carp qw( croak );

use vars qw($VERSION $REVISION);
$VERSION = '1.007'; # NOTE - Should be #.### (three decimal places)
$VERSION = '1.006_90'; # NOTE - Should be #.### (three decimal places)
$REVISION = do {my($r)=(q$Revision$=~/(\d+)/);sprintf"1.%04d",$r};

sub import {
Expand Down

0 comments on commit 825294a

Please sign in to comment.