The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
1.0.4    22.06.2020
    - version bump
1.0.3    19.06.2020
    - do attach backtrace within DESTROY, as it reports confusion to
      Exception::Backtrace instead of original code
    - let it works on Windows too
    - fix tests on Darwin/MacOSX
    - simplify internals with XS::libpanda v1.3.15
    - min perl is 5.20 now

1.0.2    02.04.2020
    - fix tests on FreeBSD with new XS::libpanda
    - slightly improve performance on traces symbolization
    - respect effective stash name (can be set via Sub::Name)

1.0.1    24.03.2020
    - bugfix: the library in perl call is called sub package, not callee
    - disable some tests on NetBSD
    - disable some tests on FreeBSD (i386 arch)
    - fix/generalize tests on Linux
    - min perl version 5.22.0 (required for CvHASGV)

1.0.0    16.03.2020
    - first release