Skip to content

Commit

Permalink
At long last, it is time.
Browse files Browse the repository at this point in the history
  • Loading branch information
rcaputo committed Mar 26, 2008
1 parent 3b30a7d commit 8e2f62b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/POE.pm
Expand Up @@ -7,7 +7,7 @@ use strict;
use Carp qw( croak );

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

sub import {
Expand Down

0 comments on commit 8e2f62b

Please sign in to comment.