The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for exact

1.25      2023-12-05 16:14:20-08:00 America/Los_Angeles
        - Actually do what v1.24 claims it would do... because... oops...

1.24      2023-12-05 16:05:38-08:00 America/Los_Angeles
        - export/exportable supports Perl 5.39 UNIVERSAL::import() method add

1.23      2023-09-12 16:06:03-07:00 America/Los_Angeles
        - Improve/fix import of packages into other packages (resolves issue #4)

1.22      2023-08-22 08:18:14-07:00 America/Los_Angeles
        - Relocate no experimental warnings (order of operations)

1.21      2023-08-21 17:53:58-07:00 America/Los_Angeles
        - Support for exact::class by setting up cor/nocor feature keywords

1.20      2023-08-18 15:29:54-07:00 America/Los_Angeles
        - Update for Perl 5.38 and beyond
        - Add PerlX::Maybe integration

1.19      2022-03-28 16:24:14-07:00 America/Los_Angeles
        - Silence a test warning

1.18      2022-03-19 17:34:44-07:00 America/Los_Angeles
        - Minor documentation update

1.17      2021-02-16 22:20:16-08:00 America/Los_Angeles
        - Add feature isa support
        - Default to no feature indirect

1.16      2021-02-05 03:07:56-08:00 America/Los_Angeles
        - Set Syntax::Keyword::Try minimum version to 0.18

1.15      2021-02-04 15:41:42-08:00 America/Los_Angeles
        - Add export() and exportable() methods
        - Switch from Try::Tiny to Syntax::Keyword::Try

1.14      2021-01-10 15:43:05-08:00 America/Los_Angeles
        - Migrate to Test2::V0
        - Improve .gitignore file
        - License migrate to Artistic 2.0
        - Migrate Travis CI and Coveralls to GitHub Actions and Codecov
        - Update copyright year

1.13      2020-07-17 20:16:34-07:00 America/Los_Angeles
        - Fix for "use open" not being exported

1.12      2019-11-05 09:17:12-08:00 America/Los_Angeles
        - Fix for Carp methods not being exported properly

1.11      2019-10-18 13:18:58-07:00 America/Los_Angeles
        - Prevent duplicate add_isa() calls

1.10      2019-10-06 16:27:22-07:00 America/Los_Angeles
        - Add inheritance capability
        - Add monkey_patch, add_isa, no_parent, and late_parent methods
        - Remove autoclean method

1.09      2019-08-22 16:20:27-07:00 America/Los_Angeles
        - Changed to use "-" prepending flags for compile check w00t
        - Add back dist.ini components

1.08      2019-08-08 15:09:15-07:00 America/Los_Angeles
        - Replaced TryCatch with Try::Tiny to reduce dependency load
        - Set minimum Perl version to 14

1.07      2019-08-08 06:44:27-07:00 America/Los_Angeles
        - POD bug fixes

1.06      2019-07-25 15:15:06-07:00 America/Los_Angeles
        - Extensions support
        - Carp methods import
        - TryCatch integration
        - Include support for UTF8
        - Autoclean method for parameter input
        - Update feature sets to include Perl 5.30

1.05      2018-06-21 16:16:55-07:00 America/Los_Angeles
        - Reverse use of strictures in favor of strict/warnings

1.04      2018-06-20 12:31:51-07:00 America/Los_Angeles
        - use strictures 2
        - use namespace::autoclean

1.03      2018-01-04 18:58:07-08:00 America/Los_Angeles
        - Add Perl versions to test; annual general update for 2018
        - Remove testing switch statements (given/when) because v27 drops support

1.02      2017-07-10 13:32:41-04:00 America/New_York
        - Alter dependencies to enable old versions of Perl back to v5.10

1.01      2017-07-07 18:16:59-04:00 America/New_York
        - Deactivate TravisCI testing of 3 old Perl versions temporarily
        - Check for any possible experiments before import (bug fix)

1.00      2017-07-07 17:49:43-04:00 America/New_York
        - First version, released on an unsuspecting world.