The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Keyword-Pluggable

1.04    2018-12-12
        - allow modifying the source after the keyword

1.03    2018-11-23
	- build fixes

1.02    2018-11-11
        - coderef gets code text as a parameter, for peeking out

1.01    2018-08-25
        - Allow global and package scopes
        - Change API from arglist to opthash

1.00    2018-08-22
        - Fork from Keyword-Simple, refurbish as Keyword-Pluggable

0.04    2017-09-08
        - Fix crash when using keywords in string eval (RT #122983).
        - Document that keywords are broken in s//.../e.

0.03    2014-10-19
        - Add note to POD about requiring perl v5.12.

0.02    2013-09-27
        - Fix line number bug (line numbers off by one after keyword).

0.01    2012-12-02
        First version, released on an unsuspecting world.