The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
CHANGE LOG
==========

2020-06-15 - v.40.0.1-TRIAL
---------------------------

### Changed
    - More generic code moving etc.


2020-06-02 - v0.04_003
----------------------

### Added
    - More tests, from Test::OpenTracing::Interface

### Fixed
    - Test failures due to differences in Type::Tiny and Type::Tiny::XS



2020-05-29 - v0.04_001
----------------------

### Changed
    - Generic code has gone to OpenTracing::Roles


2020-02-13 - v0.03
------------------

### Fixed
    - Undeclared dependency Test::MockModule
    - Test failure (with -Duselongdouble?)


2020-02-12 - v0.02
------------------

### Added
    - `default_context_builder` attribute for `Tracer`,
       which allows delaying the building a default context as long as possible.

### Changed
    - refactor SpanContext
    - refactor Agent

### Added
    - increase the number of tests to 42


2020-01-01 - v0.01
------------------

Initial Release