diff --git a/README b/README index c047e3574..81f607b08 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Version 1.352 +Version 1.353 -------------------- Detailed Information diff --git a/lib/POE.pm b/lib/POE.pm index aa3b78738..ca6450f50 100644 --- a/lib/POE.pm +++ b/lib/POE.pm @@ -6,7 +6,7 @@ use strict; use Carp qw( croak ); use vars qw($VERSION); -$VERSION = '1.352'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.353'; # NOTE - Should be #.### (three decimal places) sub import { my $self = shift; diff --git a/lib/POE/Component.pm b/lib/POE/Component.pm index a9b67e762..ca05648ad 100644 --- a/lib/POE/Component.pm +++ b/lib/POE/Component.pm @@ -5,7 +5,7 @@ package POE::Component; use strict; use vars qw($VERSION); -$VERSION = '1.352'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.353'; # NOTE - Should be #.### (three decimal places) 1; diff --git a/lib/POE/Component/Client/TCP.pm b/lib/POE/Component/Client/TCP.pm index 3a58ca51a..f4e2772bd 100644 --- a/lib/POE/Component/Client/TCP.pm +++ b/lib/POE/Component/Client/TCP.pm @@ -3,7 +3,7 @@ package POE::Component::Client::TCP; use strict; use vars qw($VERSION); -$VERSION = '1.352'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.353'; # NOTE - Should be #.### (three decimal places) use Carp qw(carp croak); use Errno qw(ETIMEDOUT ECONNRESET); diff --git a/lib/POE/Component/Server/TCP.pm b/lib/POE/Component/Server/TCP.pm index af078b9de..b3379f59e 100644 --- a/lib/POE/Component/Server/TCP.pm +++ b/lib/POE/Component/Server/TCP.pm @@ -3,7 +3,7 @@ package POE::Component::Server::TCP; use strict; use vars qw($VERSION); -$VERSION = '1.352'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.353'; # NOTE - Should be #.### (three decimal places) use Carp qw(carp croak); use Socket qw(INADDR_ANY inet_ntoa inet_aton AF_INET AF_UNIX PF_UNIX); diff --git a/lib/POE/Driver.pm b/lib/POE/Driver.pm index 604a9d415..3fa7b66a4 100644 --- a/lib/POE/Driver.pm +++ b/lib/POE/Driver.pm @@ -3,7 +3,7 @@ package POE::Driver; use strict; use vars qw($VERSION); -$VERSION = '1.352'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.353'; # NOTE - Should be #.### (three decimal places) use Carp qw(croak); diff --git a/lib/POE/Driver/SysRW.pm b/lib/POE/Driver/SysRW.pm index 03122f3e3..6fa6480eb 100644 --- a/lib/POE/Driver/SysRW.pm +++ b/lib/POE/Driver/SysRW.pm @@ -7,7 +7,7 @@ package POE::Driver::SysRW; use strict; use vars qw($VERSION); -$VERSION = '1.352'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.353'; # NOTE - Should be #.### (three decimal places) use Errno qw(EAGAIN EWOULDBLOCK); use Carp qw(croak); diff --git a/lib/POE/Filter.pm b/lib/POE/Filter.pm index 08b25e54e..11be029fb 100644 --- a/lib/POE/Filter.pm +++ b/lib/POE/Filter.pm @@ -3,7 +3,7 @@ package POE::Filter; use strict; use vars qw($VERSION); -$VERSION = '1.352'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.353'; # NOTE - Should be #.### (three decimal places) use Carp qw(croak); diff --git a/lib/POE/Filter/Block.pm b/lib/POE/Filter/Block.pm index c0e0ac41d..8be230026 100644 --- a/lib/POE/Filter/Block.pm +++ b/lib/POE/Filter/Block.pm @@ -4,7 +4,7 @@ use strict; use POE::Filter; use vars qw($VERSION @ISA); -$VERSION = '1.352'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.353'; # NOTE - Should be #.### (three decimal places) @ISA = qw(POE::Filter); use Carp qw(croak); diff --git a/lib/POE/Filter/Grep.pm b/lib/POE/Filter/Grep.pm index 1c6525baf..3daee926a 100644 --- a/lib/POE/Filter/Grep.pm +++ b/lib/POE/Filter/Grep.pm @@ -6,7 +6,7 @@ use strict; use POE::Filter; use vars qw($VERSION @ISA); -$VERSION = '1.352'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.353'; # NOTE - Should be #.### (three decimal places) @ISA = qw(POE::Filter); use Carp qw(croak carp); diff --git a/lib/POE/Filter/HTTPD.pm b/lib/POE/Filter/HTTPD.pm index f17619022..a64c0d3bb 100644 --- a/lib/POE/Filter/HTTPD.pm +++ b/lib/POE/Filter/HTTPD.pm @@ -13,7 +13,7 @@ use strict; use POE::Filter; use vars qw($VERSION @ISA); -$VERSION = '1.352'; +$VERSION = '1.353'; # NOTE - Should be #.### (three decimal places) @ISA = qw(POE::Filter); diff --git a/lib/POE/Filter/Line.pm b/lib/POE/Filter/Line.pm index cb40d7f51..67e396bcb 100644 --- a/lib/POE/Filter/Line.pm +++ b/lib/POE/Filter/Line.pm @@ -4,7 +4,7 @@ use strict; use POE::Filter; use vars qw($VERSION @ISA); -$VERSION = '1.352'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.353'; # NOTE - Should be #.### (three decimal places) @ISA = qw(POE::Filter); use Carp qw(carp croak); diff --git a/lib/POE/Filter/Map.pm b/lib/POE/Filter/Map.pm index 4de081e4e..47f92ab5b 100644 --- a/lib/POE/Filter/Map.pm +++ b/lib/POE/Filter/Map.pm @@ -6,7 +6,7 @@ use strict; use POE::Filter; use vars qw($VERSION @ISA); -$VERSION = '1.352'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.353'; # NOTE - Should be #.### (three decimal places) @ISA = qw(POE::Filter); use Carp qw(croak carp); diff --git a/lib/POE/Filter/RecordBlock.pm b/lib/POE/Filter/RecordBlock.pm index 04dd03bb3..2a256d5cd 100644 --- a/lib/POE/Filter/RecordBlock.pm +++ b/lib/POE/Filter/RecordBlock.pm @@ -6,7 +6,7 @@ use strict; use POE::Filter; use vars qw($VERSION @ISA); -$VERSION = '1.352'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.353'; # NOTE - Should be #.### (three decimal places) @ISA = qw(POE::Filter); use Carp qw(croak); diff --git a/lib/POE/Filter/Reference.pm b/lib/POE/Filter/Reference.pm index 27d4afab5..2b40a92e7 100644 --- a/lib/POE/Filter/Reference.pm +++ b/lib/POE/Filter/Reference.pm @@ -7,7 +7,7 @@ use strict; use POE::Filter; use vars qw($VERSION @ISA); -$VERSION = '1.352'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.353'; # NOTE - Should be #.### (three decimal places) @ISA = qw(POE::Filter); use Carp qw(carp croak); diff --git a/lib/POE/Filter/Stackable.pm b/lib/POE/Filter/Stackable.pm index 9d9621d7c..ef7219f37 100644 --- a/lib/POE/Filter/Stackable.pm +++ b/lib/POE/Filter/Stackable.pm @@ -12,7 +12,7 @@ use strict; use POE::Filter; use vars qw($VERSION @ISA); -$VERSION = '1.352'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.353'; # NOTE - Should be #.### (three decimal places) @ISA = qw(POE::Filter); use Carp qw(croak); diff --git a/lib/POE/Filter/Stream.pm b/lib/POE/Filter/Stream.pm index 49a068973..ac4ff4547 100644 --- a/lib/POE/Filter/Stream.pm +++ b/lib/POE/Filter/Stream.pm @@ -4,7 +4,7 @@ use strict; use POE::Filter; use vars qw($VERSION @ISA); -$VERSION = '1.352'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.353'; # NOTE - Should be #.### (three decimal places) @ISA = qw(POE::Filter); #------------------------------------------------------------------------------ diff --git a/lib/POE/Kernel.pm b/lib/POE/Kernel.pm index c9f9b2dfa..f801aaaed 100644 --- a/lib/POE/Kernel.pm +++ b/lib/POE/Kernel.pm @@ -3,7 +3,7 @@ package POE::Kernel; use strict; use vars qw($VERSION); -$VERSION = '1.352'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.353'; # NOTE - Should be #.### (three decimal places) use POSIX qw(uname); use Errno qw(ESRCH EINTR ECHILD EPERM EINVAL EEXIST EAGAIN EWOULDBLOCK); diff --git a/lib/POE/Loop.pm b/lib/POE/Loop.pm index cbabbc309..7be2a1ac4 100644 --- a/lib/POE/Loop.pm +++ b/lib/POE/Loop.pm @@ -3,7 +3,7 @@ package POE::Loop; use strict; use vars qw($VERSION); -$VERSION = '1.352'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.353'; # NOTE - Should be #.### (three decimal places) 1; diff --git a/lib/POE/Loop/IO_Poll.pm b/lib/POE/Loop/IO_Poll.pm index f83a28f04..1107f2b03 100644 --- a/lib/POE/Loop/IO_Poll.pm +++ b/lib/POE/Loop/IO_Poll.pm @@ -6,7 +6,7 @@ package POE::Loop::IO_Poll; use vars qw($VERSION); -$VERSION = '1.352'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.353'; # NOTE - Should be #.### (three decimal places) # Include common signal handling. use POE::Loop::PerlSignals; diff --git a/lib/POE/Loop/PerlSignals.pm b/lib/POE/Loop/PerlSignals.pm index d7e406f54..fd1feb6b8 100644 --- a/lib/POE/Loop/PerlSignals.pm +++ b/lib/POE/Loop/PerlSignals.pm @@ -8,7 +8,7 @@ package POE::Loop::PerlSignals; use strict; use vars qw($VERSION); -$VERSION = '1.352'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.353'; # NOTE - Should be #.### (three decimal places) # Everything plugs into POE::Kernel. package POE::Kernel; diff --git a/lib/POE/Loop/Select.pm b/lib/POE/Loop/Select.pm index 8c7eeaa7e..c3fe7407c 100644 --- a/lib/POE/Loop/Select.pm +++ b/lib/POE/Loop/Select.pm @@ -9,7 +9,7 @@ use strict; use POE::Loop::PerlSignals; use vars qw($VERSION); -$VERSION = '1.352'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.353'; # NOTE - Should be #.### (three decimal places) =for poe_tests diff --git a/lib/POE/NFA.pm b/lib/POE/NFA.pm index 8d6e3011f..4a47858de 100644 --- a/lib/POE/NFA.pm +++ b/lib/POE/NFA.pm @@ -3,7 +3,7 @@ package POE::NFA; use strict; use vars qw($VERSION); -$VERSION = '1.352'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.353'; # NOTE - Should be #.### (three decimal places) use Carp qw(carp croak); diff --git a/lib/POE/Pipe.pm b/lib/POE/Pipe.pm index 90387578f..6a20adfcd 100644 --- a/lib/POE/Pipe.pm +++ b/lib/POE/Pipe.pm @@ -7,7 +7,7 @@ package POE::Pipe; use strict; use vars qw($VERSION); -$VERSION = '1.352'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.353'; # NOTE - Should be #.### (three decimal places) use Symbol qw(gensym); use IO::Socket qw( diff --git a/lib/POE/Pipe/OneWay.pm b/lib/POE/Pipe/OneWay.pm index 483b4404d..c87d40c40 100644 --- a/lib/POE/Pipe/OneWay.pm +++ b/lib/POE/Pipe/OneWay.pm @@ -6,7 +6,7 @@ package POE::Pipe::OneWay; use strict; use vars qw($VERSION); -$VERSION = '1.352'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.353'; # NOTE - Should be #.### (three decimal places) use Symbol qw(gensym); use IO::Socket qw( AF_UNIX SOCK_STREAM PF_UNSPEC ); diff --git a/lib/POE/Pipe/TwoWay.pm b/lib/POE/Pipe/TwoWay.pm index 92eece80c..c603a12eb 100644 --- a/lib/POE/Pipe/TwoWay.pm +++ b/lib/POE/Pipe/TwoWay.pm @@ -6,7 +6,7 @@ package POE::Pipe::TwoWay; use strict; use vars qw($VERSION); -$VERSION = '1.352'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.353'; # NOTE - Should be #.### (three decimal places) use Symbol qw(gensym); use IO::Socket qw( AF_UNIX SOCK_STREAM PF_UNSPEC ); diff --git a/lib/POE/Queue.pm b/lib/POE/Queue.pm index 02c93fdd7..f32088a45 100644 --- a/lib/POE/Queue.pm +++ b/lib/POE/Queue.pm @@ -1,7 +1,7 @@ package POE::Queue; use vars qw($VERSION); -$VERSION = '1.352'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.353'; # NOTE - Should be #.### (three decimal places) use Carp qw(croak); diff --git a/lib/POE/Queue/Array.pm b/lib/POE/Queue/Array.pm index b1d651fa1..14416ed88 100644 --- a/lib/POE/Queue/Array.pm +++ b/lib/POE/Queue/Array.pm @@ -5,7 +5,7 @@ package POE::Queue::Array; use strict; use vars qw($VERSION @ISA); -$VERSION = '1.352'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.353'; # NOTE - Should be #.### (three decimal places) @ISA = qw(POE::Queue); use Errno qw(ESRCH EPERM); diff --git a/lib/POE/Resource.pm b/lib/POE/Resource.pm index 06a8fede9..570dc246c 100644 --- a/lib/POE/Resource.pm +++ b/lib/POE/Resource.pm @@ -1,7 +1,7 @@ package POE::Resource; use vars qw($VERSION); -$VERSION = '1.352'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.353'; # NOTE - Should be #.### (three decimal places) 1; diff --git a/lib/POE/Resource/Aliases.pm b/lib/POE/Resource/Aliases.pm index 5dfa23b3a..172a55d6c 100644 --- a/lib/POE/Resource/Aliases.pm +++ b/lib/POE/Resource/Aliases.pm @@ -4,7 +4,7 @@ package POE::Resource::Aliases; use vars qw($VERSION); -$VERSION = '1.352'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.353'; # NOTE - Should be #.### (three decimal places) # These methods are folded into POE::Kernel; package POE::Kernel; diff --git a/lib/POE/Resource/Events.pm b/lib/POE/Resource/Events.pm index aee40c915..de260cba4 100644 --- a/lib/POE/Resource/Events.pm +++ b/lib/POE/Resource/Events.pm @@ -3,7 +3,7 @@ package POE::Resource::Events; use vars qw($VERSION); -$VERSION = '1.352'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.353'; # NOTE - Should be #.### (three decimal places) # These methods are folded into POE::Kernel; package POE::Kernel; diff --git a/lib/POE/Resource/Extrefs.pm b/lib/POE/Resource/Extrefs.pm index da3cd2902..c5aaa550b 100644 --- a/lib/POE/Resource/Extrefs.pm +++ b/lib/POE/Resource/Extrefs.pm @@ -5,7 +5,7 @@ package POE::Resource::Extrefs; use vars qw($VERSION); -$VERSION = '1.352'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.353'; # NOTE - Should be #.### (three decimal places) # These methods are folded into POE::Kernel; package POE::Kernel; diff --git a/lib/POE/Resource/FileHandles.pm b/lib/POE/Resource/FileHandles.pm index f3acbdc65..f02d6f9c6 100644 --- a/lib/POE/Resource/FileHandles.pm +++ b/lib/POE/Resource/FileHandles.pm @@ -4,7 +4,7 @@ package POE::Resource::FileHandles; use vars qw($VERSION); -$VERSION = '1.352'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.353'; # NOTE - Should be #.### (three decimal places) # These methods are folded into POE::Kernel; package POE::Kernel; diff --git a/lib/POE/Resource/SIDs.pm b/lib/POE/Resource/SIDs.pm index fc17849a5..c3308fb8a 100644 --- a/lib/POE/Resource/SIDs.pm +++ b/lib/POE/Resource/SIDs.pm @@ -4,7 +4,7 @@ package POE::Resource::SIDs; use vars qw($VERSION); -$VERSION = '1.352'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.353'; # NOTE - Should be #.### (three decimal places) # These methods are folded into POE::Kernel; package POE::Kernel; diff --git a/lib/POE/Resource/Sessions.pm b/lib/POE/Resource/Sessions.pm index a4e7eb242..d8e2f9adc 100644 --- a/lib/POE/Resource/Sessions.pm +++ b/lib/POE/Resource/Sessions.pm @@ -3,7 +3,7 @@ package POE::Resource::Sessions; use vars qw($VERSION); -$VERSION = '1.352'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.353'; # NOTE - Should be #.### (three decimal places) # These methods are folded into POE::Kernel; package POE::Kernel; diff --git a/lib/POE/Resource/Signals.pm b/lib/POE/Resource/Signals.pm index 6ceb0bfa9..0e4334bcf 100644 --- a/lib/POE/Resource/Signals.pm +++ b/lib/POE/Resource/Signals.pm @@ -4,7 +4,7 @@ package POE::Resource::Signals; use vars qw($VERSION); -$VERSION = '1.352'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.353'; # NOTE - Should be #.### (three decimal places) # These methods are folded into POE::Kernel; package POE::Kernel; diff --git a/lib/POE/Resources.pm b/lib/POE/Resources.pm index a307b6b86..eb356800a 100644 --- a/lib/POE/Resources.pm +++ b/lib/POE/Resources.pm @@ -3,7 +3,7 @@ package POE::Resources; use strict; use vars qw($VERSION); -$VERSION = '1.352'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.353'; # NOTE - Should be #.### (three decimal places) my @resources = qw( POE::XS::Resource::Aliases diff --git a/lib/POE/Session.pm b/lib/POE/Session.pm index f86adc06d..1142f669d 100644 --- a/lib/POE/Session.pm +++ b/lib/POE/Session.pm @@ -3,7 +3,7 @@ package POE::Session; use strict; use vars qw($VERSION); -$VERSION = '1.352'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.353'; # NOTE - Should be #.### (three decimal places) use Carp qw(carp croak); use Errno; diff --git a/lib/POE/Wheel.pm b/lib/POE/Wheel.pm index abd293f2e..5a45e7598 100644 --- a/lib/POE/Wheel.pm +++ b/lib/POE/Wheel.pm @@ -3,7 +3,7 @@ package POE::Wheel; use strict; use vars qw($VERSION); -$VERSION = '1.352'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.353'; # NOTE - Should be #.### (three decimal places) use Carp qw(croak); diff --git a/lib/POE/Wheel/Curses.pm b/lib/POE/Wheel/Curses.pm index eb6984b71..5846c49b7 100644 --- a/lib/POE/Wheel/Curses.pm +++ b/lib/POE/Wheel/Curses.pm @@ -5,7 +5,7 @@ package POE::Wheel::Curses; use strict; use vars qw($VERSION @ISA); -$VERSION = '1.352'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.353'; # NOTE - Should be #.### (three decimal places) use Carp qw(croak); use Curses qw( diff --git a/lib/POE/Wheel/FollowTail.pm b/lib/POE/Wheel/FollowTail.pm index 0251d3bf3..eec6ab45e 100644 --- a/lib/POE/Wheel/FollowTail.pm +++ b/lib/POE/Wheel/FollowTail.pm @@ -3,7 +3,7 @@ package POE::Wheel::FollowTail; use strict; use vars qw($VERSION @ISA); -$VERSION = '1.352'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.353'; # NOTE - Should be #.### (three decimal places) use Carp qw( croak carp ); use Symbol qw( gensym ); diff --git a/lib/POE/Wheel/ListenAccept.pm b/lib/POE/Wheel/ListenAccept.pm index 1e4a533b1..1b1e38f01 100644 --- a/lib/POE/Wheel/ListenAccept.pm +++ b/lib/POE/Wheel/ListenAccept.pm @@ -3,7 +3,7 @@ package POE::Wheel::ListenAccept; use strict; use vars qw($VERSION @ISA); -$VERSION = '1.352'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.353'; # NOTE - Should be #.### (three decimal places) use Carp qw( croak carp ); use Symbol qw( gensym ); diff --git a/lib/POE/Wheel/ReadLine.pm b/lib/POE/Wheel/ReadLine.pm index c02d2678e..4c4bf8e7f 100644 --- a/lib/POE/Wheel/ReadLine.pm +++ b/lib/POE/Wheel/ReadLine.pm @@ -5,7 +5,7 @@ use strict; BEGIN { eval { require bytes } and bytes->import; } use vars qw($VERSION @ISA); -$VERSION = '1.352'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.353'; # NOTE - Should be #.### (three decimal places) use Carp qw( croak carp ); use Symbol qw(gensym); diff --git a/lib/POE/Wheel/ReadWrite.pm b/lib/POE/Wheel/ReadWrite.pm index 82ab41420..d32fcb12d 100644 --- a/lib/POE/Wheel/ReadWrite.pm +++ b/lib/POE/Wheel/ReadWrite.pm @@ -3,7 +3,7 @@ package POE::Wheel::ReadWrite; use strict; use vars qw($VERSION @ISA); -$VERSION = '1.352'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.353'; # NOTE - Should be #.### (three decimal places) use Carp qw( croak carp ); use POE qw(Wheel Driver::SysRW Filter::Line); diff --git a/lib/POE/Wheel/Run.pm b/lib/POE/Wheel/Run.pm index 5095a67d0..161d70938 100644 --- a/lib/POE/Wheel/Run.pm +++ b/lib/POE/Wheel/Run.pm @@ -3,7 +3,7 @@ package POE::Wheel::Run; use strict; use vars qw($VERSION @ISA); -$VERSION = '1.352'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.353'; # NOTE - Should be #.### (three decimal places) use Carp qw(carp croak); use POSIX qw( diff --git a/lib/POE/Wheel/SocketFactory.pm b/lib/POE/Wheel/SocketFactory.pm index 304abdc80..cbaf68a00 100644 --- a/lib/POE/Wheel/SocketFactory.pm +++ b/lib/POE/Wheel/SocketFactory.pm @@ -3,7 +3,7 @@ package POE::Wheel::SocketFactory; use strict; use vars qw($VERSION @ISA); -$VERSION = '1.352'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.353'; # NOTE - Should be #.### (three decimal places) use Carp qw( carp croak ); use Symbol qw( gensym );