Revision history for Devel-Bug

0.05  2026-05-16
    - Refactor lvalue sub to return deref expressions (@$r, $$r) instead of
      named lexicals, to fix "Can't return a temporary from lvalue subroutine"
      on Perl 5.8-5.12.
    - Fix ambiguous bare caller in import().

0.04  2026-05-15
    - Skip Data::Dump and Term::Size::Perl tests when not installed (optional deps).

0.03  2026-05-15
    - Fix @info{(CALLER_INFO)} hash slice to avoid scalar-context warning on older Perls.
    - Fix lvalue sub to avoid "Bizarre copy of ARRAY in return" on affected Perl versions.
    - Add GitHub repository and RT bugtracker to META_MERGE resources.

0.02  2026-05-14
    - Fix PAX headers in dist tarball (use GNU tar on macOS).
    - Add LICENSE, SECURITY.md, CONTRIBUTING.md.
    - Add provides and GNU tar to Makefile.PL.

0.01  2026-04-29
    - Initial release.
