File: Changes

package info (click to toggle)
libuniversal-require-perl 0.10-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 64 kB
  • ctags: 12
  • sloc: perl: 115; makefile: 42
file content (17 lines) | stat: -rw-r--r-- 648 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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.