diff --git a/README b/README index e15805ff9..cc6a7c1fa 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Version 1.267 +Version 1.268 -------------------- Detailed Information diff --git a/lib/POE.pm b/lib/POE.pm index 2c8d08834..97b41eb83 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.267'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.268'; # NOTE - Should be #.### (three decimal places) sub import { my $self = shift; diff --git a/lib/POE/Component.pm b/lib/POE/Component.pm index e73f26dd0..902a27c22 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.267'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.268'; # NOTE - Should be #.### (three decimal places) 1; diff --git a/lib/POE/Component/Client/TCP.pm b/lib/POE/Component/Client/TCP.pm index e19b3d897..d7bf5b44a 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.267'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.268'; # 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 c4fb52093..adb3107ac 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.267'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.268'; # 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 e8b52d2b6..81eaa1e89 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.267'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.268'; # 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 f8a78eda4..d66633498 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.267'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.268'; # 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 9b545ae36..f7b3dbc22 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.267'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.268'; # 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 7621f03de..0741663c3 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.267'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.268'; # 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 c03d43b6f..c22fd822b 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.267'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.268'; # 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 2e7c25413..12373dfb0 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.267'; +$VERSION = '1.268'; # 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 3dc3f4293..56cf15b91 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.267'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.268'; # 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 2f889025c..8ae182e80 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.267'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.268'; # 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 71c8fd73f..61bd3f231 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.267'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.268'; # 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 ebab1e29d..01bf061c9 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.267'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.268'; # 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 62f1515b7..ed3a822e4 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.267'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.268'; # 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 04d520eb2..a4f65424d 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.267'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.268'; # NOTE - Should be #.### (three decimal places) @ISA = qw(POE::Filter); #------------------------------------------------------------------------------ diff --git a/lib/POE/Kernel.pm b/lib/POE/Kernel.pm index 57b1309b0..f3ccd94bf 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.267'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.268'; # 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 d46ee5e4f..8366edbcb 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.267'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.268'; # NOTE - Should be #.### (three decimal places) 1; diff --git a/lib/POE/Loop/IO_Poll.pm b/lib/POE/Loop/IO_Poll.pm index 1d6aca3fc..67117e237 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.267'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.268'; # 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 b69decb29..a6a23a16e 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.267'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.268'; # 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 27539eba9..377296fc2 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.267'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.268'; # NOTE - Should be #.### (three decimal places) =for poe_tests diff --git a/lib/POE/NFA.pm b/lib/POE/NFA.pm index b6fe73cb1..0fc39a243 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.267'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.268'; # NOTE - Should be #.### (three decimal places) use Carp qw(carp croak); diff --git a/lib/POE/Pipe.pm b/lib/POE/Pipe.pm index 59a03498e..d4c153178 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.267'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.268'; # 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 1dfa28a63..ab237b7c8 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.267'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.268'; # 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 273d9d71a..9402fa763 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.267'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.268'; # 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 bee0a7163..6ec7cd776 100644 --- a/lib/POE/Queue.pm +++ b/lib/POE/Queue.pm @@ -1,7 +1,7 @@ package POE::Queue; use vars qw($VERSION); -$VERSION = '1.267'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.268'; # 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 39481c5b3..78e4351f6 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.267'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.268'; # 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 d36d051ed..98d9a982e 100644 --- a/lib/POE/Resource.pm +++ b/lib/POE/Resource.pm @@ -1,7 +1,7 @@ package POE::Resource; use vars qw($VERSION); -$VERSION = '1.267'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.268'; # NOTE - Should be #.### (three decimal places) 1; diff --git a/lib/POE/Resource/Aliases.pm b/lib/POE/Resource/Aliases.pm index 5400ed664..0e1ac9fb4 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.267'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.268'; # 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 e6fec71c3..b7bd0589d 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.267'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.268'; # 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 983fd2601..de26d6f84 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.267'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.268'; # 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 acc48abbe..2abb8f508 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.267'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.268'; # 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 6b7a44844..6db2e398c 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.267'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.268'; # 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 3d655c6b6..75a449eba 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.267'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.268'; # 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 04878ff4e..75db8bd06 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.267'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.268'; # NOTE - Should be #.### (three decimal places) # These methods are folded into POE::Kernel; package POE::Kernel; diff --git a/lib/POE/Resource/Statistics.pm b/lib/POE/Resource/Statistics.pm index a7756fdf4..965a66137 100644 --- a/lib/POE/Resource/Statistics.pm +++ b/lib/POE/Resource/Statistics.pm @@ -6,7 +6,7 @@ package POE::Resource::Statistics; use vars qw($VERSION); -$VERSION = '1.267'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.268'; # NOTE - Should be #.### (three decimal places) # We fold all this stuff back into POE::Kernel package POE::Kernel; diff --git a/lib/POE/Resources.pm b/lib/POE/Resources.pm index dd023f334..a45fafa7e 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.267'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.268'; # 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 81959ce01..f90dbadcf 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.267'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.268'; # 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 a0dc4a0c7..cbcbcaabd 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.267'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.268'; # 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 8fb68673e..74f029ddb 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); -$VERSION = '1.267'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.268'; # 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 f26230794..031b5be71 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); -$VERSION = '1.267'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.268'; # 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 6a7d4585a..e618379dc 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); -$VERSION = '1.267'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.268'; # 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 82d76b028..ab4c71a6c 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); -$VERSION = '1.267'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.268'; # 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 e0027918c..318d02ff6 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); -$VERSION = '1.267'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.268'; # 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 1ae7ec32d..6518d5180 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.267'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.268'; # NOTE - Should be #.### (three decimal places) @ISA = 'POE::Wheel'; use Carp qw(carp croak); diff --git a/lib/POE/Wheel/SocketFactory.pm b/lib/POE/Wheel/SocketFactory.pm index 3818fa2d4..aec524f9e 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); -$VERSION = '1.267'; # NOTE - Should be #.### (three decimal places) +$VERSION = '1.268'; # NOTE - Should be #.### (three decimal places) use Carp qw( carp croak ); use Symbol qw( gensym );