Changes   [plain text]


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.