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

Changes for version 5.65

  • No changes. Tests clean. Bumping to production release.

Changes for version 5.64_04

  • Re-vamp module to work in Git.
  • Update Makefile.PL with extra META bits.
  • Point bugs to perl's RT.
  • Add a README from Exporter.pm perldoc.
  • Depend on Carp 1.05 now we're assuming a fix from 1.05

Changes for version 5.64_03

  • Fix RT #74472 Exporter.pm blocks Signal handling
  • Avoid creating @EXPORT_FAIL in every package using Exporter.
  • Test exported arrays and hashes without using defined()
  • Carp 1.05 shipped with 5.8.8. Remove work-around for pre 1.05

Modules

Implements default import method for modules
Exporter guts