File: Changes

package info (click to toggle)
safe-hole-perl 0.14-1.1
  • links: PTS
  • area: main
  • in suites: sid
  • size: 132 kB
  • sloc: perl: 127; makefile: 2
file content (56 lines) | stat: -rw-r--r-- 1,750 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Revision history for Perl extension Safe::Hole.

0.01  Thu Oct 21 15:45:24 1999
	- original version; created by h2xs 1.18

0.02  Mon Nov 1 1999
	- wrap() method added.

0.03  Mon Nov 15 1999
	- change global stash.

0.04  Thu Jun 8 2000
    - add 'require 5.005;'
    - 1 bug fixed in new()

0.05  Mon Jul 10 2000
    - 1 security bug (wrapped object contains hole object as public hash value) 
      fixed
    - AUTOLOAD of wrapped package is defined only once

0.06  Mon Jul 10 2000
    - wrapped package name includes hole'd package name

0.07  Wed Oct 4 2000
    - AUTOLOAD does not delegate DESTROY

0.08  Wed Jan 17 2001
    - lincense under the GPL

0.09  Thu Jan 15 2004 
    - catch and re-thow exceptions (not doing so seems to cause segfault sometimes)
    - restore opmask, %INC and @INC (default backward-compatabile mode inhibits this)
    - test.pl now has some real tests
    - Safe::Hole::User namespace so that Carp can do the right thing
    - this version by Brian McCauley <nobull@cpan.org>

0.10  Fri Jan 16 2004
    - don't local(*INC} unless $self->{INC}
    - this version by Brian McCauley <nobull@cpan.org>

0.11 May 4 2010
    - re-structure module to more modern layout. Convert to M::B
    - re-factor tests to test::more
    - pod fixes now we're testing them
    - clean up authors and generate proper META.yml
    - Fix 5.10 deprecation of defined %hash. Just use %hash to the same effect.

0.12 May 4 2010
    - Hide Safe::Hole::User from CPAN by moving the package name onto a different line

0.13 May 5 2010
    - Remove Makefile.PL. M::B compatibility just doesn't work as expected and breaks on smokers
0.14 April 13 2018
    - Update issue tracker to github
    - Tidy all the things
    - README.md for github