Skip to content

Commit

Permalink
Let's try this again.
Browse files Browse the repository at this point in the history
  • Loading branch information
rcaputo committed Jul 6, 2008
1 parent ae44788 commit 77f15af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/POE.pm
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use strict;
use Carp qw( croak ); use Carp qw( croak );


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


sub import { sub import {
Expand Down

0 comments on commit 77f15af

Please sign in to comment.