File: Changes

package info (click to toggle)
libmatch-simple-xs-perl 0.002-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 348 kB
  • sloc: pascal: 33; perl: 25; makefile: 3
file content (40 lines) | stat: -rw-r--r-- 919 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
match-simple-XS
===============

Created:      2014-02-20
Home page:    <https://metacpan.org/release/match-simple-XS>
Bug tracker:  <https://github.com/tobyink/p5-match-simple-xs/issues>
Maintainer:   Toby Inkster (TOBYINK) <tobyink@cpan.org>

0.002	2022-12-13

 - Don't internally use ~~ ever, even on overloaded objects.
 - Updated: No longer support Perl older than 5.12.

0.001	2014-03-03	Initial stable release

0.000_05	2014-03-02	Preview

 [ Test Suite ]
 - Don't do `no overloading` on Perl < 5.10.1 in test cases.

0.000_04	2014-03-02	Preview

 [ Bug Fixes ]
 - Fix testing $b->can('MATCH') from XS.

 [ Test Suite ]
 - Greatly improved test suite.

0.000_03	2014-02-21	Preview

 [ Bug Fixes ]
 - Emulate SvRXOK on versions of Perl too old to support it.

0.000_02	2014-02-21	Preview

 [ Bug Fixes ]
 - av_tindex() doesn't work on Perl earlier than 5.18; use av_len()
   instead.

0.000_01	2014-02-21	Preview