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

Changes for version 0.0.4 - 2010-10-17

  • Moved subroutine creation and exporting to the import() routine instead of the BEGIN implied by 'use'. This allows multiple packages declared in the same file to use Export::Lexical.
  • Moved exporting of the calling class's subroutines to the generated import() method instead of the CHECK block. This makes exporting work as expected. <https://rt.cpan.org/Ticket/Display.html?id=48824>
  • Fixed a warning being generated by the smart match operator that caused warn.t to fail.

Modules

Lexically scoped subroutine imports