The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
0.2.1   2018-03-24 (PERLANCAR)

	- No spec changes.

	- [doc] Some wording/grammar fixes.


0.2.0   2018-03-24 (PERLANCAR)

        - Add hash interface.

        - [doc] Some revision with added examples to be clearer, some
          grammar/wording fixes.

        - [doc] Mention related Dist::Zilla plugins.


0.1.4   2016-12-31 (PERLANCAR)

	- No spec changes.

	- [doc] Mention Regexp::Pattern::RegexpCommon.


0.1.3   2016-12-31 (PERLANCAR)

	- No spec changes.

	- Explain & give example about generator arguments.

	- Allow specifying generator arguments as hashref in addition to
	  hash.


0.1.2   2016-09-14 (PERLANCAR)

	- No spec changes.

	- Avoid use of defined-or (perl5.10-ism) [CT].


0.1.1   2016-09-13 (PERLANCAR)

        - [Removed] To simplify interface, remove all helper functions except
          re(). The removed functionalities can now be found in
          App-RegexpPatternUtils.

        - [optimize] Skip 'use warnings' to lower startup overhead.


0.1.0   2016-09-12 (PERLANCAR)

        - First early release.