Revision history for Export::Lexical 0.0.4 Sun Oct 17 21:51:20 PDT 2010 - 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. - Fixed a warning being generated by the smart match operator that caused warn.t to fail. 0.0.3 Fri Oct 10 17:10:19 PDT 2008 - Default behavior is now to raise an exception when the subroutine is not imported into the current scope. - Behavior may be modified with the :silent or :warn parameters. 0.0.2 Wed Oct 8 21:12:48 PDT 2008 - Added v5.10 requirement to Build.PL and Makefile.PL. 0.0.1 Wed Oct 8 13:26:52 2008 - Initial release.