Revision history for Regexp-Pattern
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.