File: Changes

package info (click to toggle)
libxs-object-magic-perl 0.05-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 616 kB
  • sloc: perl: 229; ansic: 16; makefile: 3
file content (25 lines) | stat: -rw-r--r-- 876 bytes parent folder | download | duplicates (3)
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
Revision history for XS-Object-Magic

0.05      2020-02-22 18:52:33Z
    - convert packaging from Module::Install to Dist::Zilla
    - documentation fixes (rafl GH#1, Jonathan Rockaway)

0.04    2011-06-06 14:21:57Z
    - Add xs_object_magic_detach_struct to remove attached structs.
    - Add xs_object_magic_has_struct and xs_object_magic_has_struct_rv as
      predicate methods.
    - Improve test coverage.
    - Expose xs_object_magic_get_mg to retrieve a scalar's MAGIC
      structure. xs_object_magic_get_struct_mg, which the headers provided
      before for this porpose, never actually worked.

0.03    2011-04-17 15:13:41Z
    - Make the examples in the docs C89-compliant (Emmanuel Rodriguez).

0.02    2009-09-17
    - the header no longer includes ppport.h
    - add missing aTHX_
    - doc fixes from Jeremiah Foster

0.01    2009-09-15
    - initial release