Skip to content

Commit

Permalink
v6.61
Browse files Browse the repository at this point in the history
    - The changes to the filter test were causing failures on <5.12 due to
      C<values(ARRAY)>. Fixed it.
    - Make it so that irc_shutdown is always the last event to be sent
    - Depend on POE 1.310 to fix failing socket error test on Windows
    - Improve event queue ordering to make it more predictable. Add new
      methods, send_event_next() and send_event_now(), to bypass the
      event queue in different ways.
    - Replace the functions in Common.pm with wrappers around equivalents
      from IRC::Utils.
    - IRC.pm: Add server() and port() accessors.
  • Loading branch information
hinrik committed Apr 19, 2011
1 parent e875c9e commit b5dccd5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Changes
@@ -1,6 +1,8 @@
Revision history for Perl extension POE::Component::IRC. Revision history for Perl extension POE::Component::IRC.


{{$NEXT}} {{$NEXT}}

6.61 Tue Apr 19 17:02:54 GMT 2011
- The changes to the filter test were causing failures on <5.12 due to - The changes to the filter test were causing failures on <5.12 due to
C<values(ARRAY)>. Fixed it. C<values(ARRAY)>. Fixed it.
- Make it so that irc_shutdown is always the last event to be sent - Make it so that irc_shutdown is always the last event to be sent
Expand Down

0 comments on commit b5dccd5

Please sign in to comment.