1.25 2022-03-18 17:09:54 Europe/Moscow
- Fixed bug with built-in $MATCH
1.24 2022-01-16 10:59:29 Europe/Moscow
- Minor inner refactoring
1.23 2022-01-15 20:19:14 Europe/Moscow
- Start using feature qw(signatures)
1.22 2022-01-13 10:39:07 Europe/Moscow
- Regex::Object::Matches->count implemented
- Minor format changes in CHANGES
1.21 2022-01-13 08:49:06 Europe/Moscow
- Regex::Object::Matches->captures_all typo in method body with collection spelled with one 'l'
1.20 2022-01-12 18:49:03 Europe/Moscow
- Regex::Object::Matches collection
- Regex::Object->match_all method to abstract from while when global searching
1.11 2022-01-12 09:00:00 Europe/Moscow
- Implement package sub _collect_captures() with different version strategies to collect captures.
1.10 2022-01-11 14:52:35 Europe/Moscow
- Regex::Object constructor regex parameter no longer required
- Implement Regex::Object->collect method that works with global vars