Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Time for 1.006.
  • Loading branch information
rcaputo committed May 31, 2009
1 parent cf02377 commit 58e87b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poe/lib/POE.pm
Expand Up @@ -7,7 +7,7 @@ use strict;
use Carp qw( croak );

use vars qw($VERSION $REVISION);
$VERSION = '1.005'; # NOTE - Should be #.### (three decimal places)
$VERSION = '1.006'; # 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 58e87b2

Please sign in to comment.