Revision history for Perl module POE::Filter::IRCv3 0.045002 2013-08-10 - No code changes; fix 'Changes' to match CPAN::Changes::Spec 0.045001 2013-06-15 - Minor optimizations. 0.045000 2013-06-12 - Swap params parser implementations; slightly faster on strings containing many middle parameters. - Turn on ->debug(1) at construction time if env POE_FILTER_IRC_DEBUG is true. 0.044000 2013-06-09 - Fix a bug in detecting invalid zero-length prefix; tests for same. 0.043000 2013-06-09 - Fix a bug in detecting extraneous spaces between middle and trailing params. - New test suite and improved helpers for same. 0.042003 2013-06-08 - POD fixes; leftovers from ancient import (how did that get there?) 0.042002 2013-06-08 - Fix trailing spaces in commands; previously returned an empty string parameter in ->{params} 0.042001 2013-06-07 - Fix per-event 'colonify =>' configurable; tests for same 0.042000 2013-06-07 - Improved non-regex parser and tests for same. 0.041001 2013-06-05 - Revert to previous parser until we have better tests 0.041000 2013-06-05 - Switch to a non-regex get_one() implementation. Benching shows this is faster in many cases. 0.040001 2013-02-04 - Empty-string prefix should DWIM - Switch to long-format semantic version 0.04 2013-02-04 - Missing dep on parent . . . again. 0.03 2013-02-1 - Fix a broken test (5.17 exposed hash order mistake) 0.02 2013-01-31 - Missing dependency on 'parent' 0.01 2013-01-27 - Initial release