0.13 Mon Mar 30 17:50:10 BST 2009 Bug Fixes * $module->require now always resets $@ which removes a trap of using $@ to indicate an error, rather than checking $module->require directly. [rt.cpan.org 44444] 0.12 Mon Mar 30 10:53:51 BST 2009 Test Fixes * bleadperl introduced a new warning deprecating "use UNIVERSAL" (thank goodness) which interfered with t/require.t 0.11 Sat Nov 11 18:13:20 CST 2006 * Sped up require() by about 400% for already loaded modules. [rt.cpan.org 21141] - Fix the test for the changed version error in 5.10. 0.10 Mon Oct 10 19:10:33 PDT 2005 * Split out of UNIVERSAL-exports into its own distribution. * UNIVERSAL::require no longer uses eval STRING in require(). This closes a security hole. - Testing that it works under taint mode. - Added license and copyright notice. * Added use() - Mention Module::Load in SEE ALSO. 0.03 Sun Dec 16 21:51:58 EST 2001 - Fixed a little nit when "use UNIVERSAL" is involved. 0.02 Mon Jun 25 15:00:19 EDT 2001 * -->API CHANGE!<-- require() no longer dies on failure 0.01 Mon Jan 22 11:06:50 EST 2001 * First version, adapted from the Perl 6 RFC prototypes 253 and 257.