Revision history for Perl extension Twitter-Text
0.08 2021-03-21T10:30:59Z
- Set minimum Perl version to 5.12.0 (github PR: #47)
0.07_01 2020-11-25T13:08:27Z
- Set minimum Perl version to 5.10.0 (github PR: #42, #43)
0.07 2020-11-21T08:41:12Z
- Require Net::IDN::Encode >= 2.100 (github PR: #41)
0.06 2020-11-20T21:20:58Z
- Remove /o modifier from regular expressions (github PR: #35)
- Remove Test2::Plugin::GitHub::Actions::AnnotateFailedTest from dependency (github PR: #36, #38)
- Revert changes of 0.05_01 (github PR: #37)
0.05_01 2020-11-17T00:01:22Z
- Require JSON >= 2.90 (github PR: #34)
0.05 2020-11-15T02:27:33Z
- Require JSON instead of JSON::XS (github PR: #33)
0.04 2020-11-03T15:02:38Z
- (incompatible change) Make internal-userd functions private (github PR: #23, #24)
- Fix typo in is_valid_url (always returned false when used with `unicode_domains => 0) (github PR: #30)
0.03 2020-10-29T04:58:02Z
- Write POD of exported functions (github PR: #18)
0.02 2020-10-29T04:24:37Z
- fix documentation for exported functions (github PR: #12)
- avoid using special variables (`$'`, `$&`) that may cause performance issue (github PR: #11, #13)
- try to hide internal-use only modules from PAUSE (github PR: #14, #16)
0.01 2020-10-28T17:48:52Z
- original version