The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
CHANGE LOG
==========


2020-07-29 - v0.104.1
---------------------

### Fixed
  - file globbing in WrapScope and `generate_wrap_config` skips directories
  - require the latest version of Test::OpenTracing::Integration


2020-07-24 - v0.104.0
---------------------

### Changed
  - `error` tag is now a boolean, error message moved to `message` tag


2020-07-23 - v0.103.0
---------------------

### Added
  - `generate_wrap_config` now supports a `complexity` filter


2020-07-10 - v0.102.0
---------------------

### Added
  - on `use` of WrapScope, it now accepts `-file` and `-env` arguments
  - `generate_wrap_config` for creating config files


2020-07-01 - v0.101.0
---------------------

### Added
  - `install_wrapped`
  - `wrapped`

### Changed
  - tags are being prefixed and contain caller info
  - emits warnings for missing subroutines instead of `die`

### Fixed
  - various typos and grammer issues in POD


2020-06-26 - v0.100.0
---------------------

Re-Release

### Added
  - WrapScope

### Changed
  - AutoScope


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

Initial Release