From ea3152d1971e5d6dc435f8411baa4ac2a03dbeaa Mon Sep 17 00:00:00 2001 From: Ricardo Signes Date: Wed, 27 Aug 2025 10:41:29 -0400 Subject: [PATCH] Attribute-Handlers: backfill Changes This is not extremely detailed, but gives a bit of info about what has changed, for CPAN release notes readers. --- dist/Attribute-Handlers/Changes | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/dist/Attribute-Handlers/Changes b/dist/Attribute-Handlers/Changes index a802087aa9..20bd773870 100644 --- a/dist/Attribute-Handlers/Changes +++ b/dist/Attribute-Handlers/Changes @@ -1,5 +1,18 @@ Revision history for Perl extension Attribute-Handlers +1.03 2022-10-17 (perl core only) + - reduce how much code is in a string eval, to make debugging simpler + +1.02 2022-02-25 (perl core only) + - fix __CALLER__ handling in Attribute::Handlers + - wrap any existing import in the Attribute::Handlers import + +1.01 2017-09-12 (perl core only) + - replace "use vars" with "our" variables + +1.00 2016-01-18 (perl core only) + - remove deprecated no-op :unique and :locked attributes + 0.99 Fri Jul 24 18:44:48 EDT 2015 - CPAN release of v0.97 code