Revision: 2461
http://poe.svn.sourceforge.net/poe/?rev=2461&view=rev
Author: rcaputo
Date: 2009-02-22 19:48:13 +0000 (Sun, 22 Feb 2009)
Log Message:
-----------
Time for a developer release, to test all the changes that have accumulated so far.
Modified Paths:
--------------
trunk/poe/lib/POE.pm
Modified: trunk/poe/lib/POE.pm
===================================================================
--- trunk/poe/lib/POE.pm 2009-02-22 19:38:13 UTC (rev 2460)
+++ trunk/poe/lib/POE.pm 2009-02-22 19:48:13 UTC (rev 2461)
@@ -7,7 +7,7 @@
use Carp qw( croak );
use vars qw($VERSION $REVISION);
-$VERSION = '1.003'; # NOTE - Should be #.### (three decimal places)
+$VERSION = '1.003_01'; # NOTE - Should be #.### (three decimal places)
$REVISION = do {my($r)=(q$Revision$=~/(\d+)/);sprintf"1.%04d",$r};
sub import {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|