This repository has been archived by the owner on Mar 30, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changes
62 lines (49 loc) · 1.74 KB
/
Changes
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
57
58
59
60
61
62
Revision history for Perl extension mysubs.
1.14 Sun Mar 13 16:52:00 2011
- Makefile.PL fix
- add repo link
1.13 Fri Mar 4 01:55:57 2011
- portability fix - thanks, Andreas J. König
1.12 Sat May 29 13:18:10 2010
- add import_for and unimport_for methods/docs (thanks Johan Lodin)
- add t/for.t
1.11 Thu May 13 06:12:36 2010
- rename/add glob-clobbering test: glob.t
- add shadow.t to verify lexical shadowing
- update ppport.h
- update dependency versions
- fix synopsis
1.10 Mon Feb 23 13:34:48 2009
- support lexical AUTOLOAD subs
- added autoload.t
- beef up prototype.t to shed more light on failing test
1.02 Sun Feb 22 02:06:44 2009
- yet another metadata fix
- POD fixlets
1.01 Thu Feb 19 19:50:12 2009
- rm unused code
- refix META.yml
1.00 Thu Feb 19 17:42:12 2009
- added support for prototype()
- prototype.t
- rewrite import and unimport to fix various bugs
- added mysubs1.t
- added mysubs2.t
- code cleanup via B::Hooks::OP::Check and B::Hooks::OP::Annotation
0.20 Tue Jan 6 20:08:52 2009
- Fix broken end-of-scope handling in perl 5.10 by replacing Scope::Guard with B::Hooks::EndOfScope
(rafl++)
- add support for "no MyPragma" and "no MyPragma qw(...)", where MyPragma is a subclass of mysubs
- added subclass.t
0.12 Mon Jun 23 21:55:18 2008
- use Devel::Pragma::ccstash to identify the caller
0.11 Mon Jun 23 15:48:13 2008
- snip unused code
0.10 Mon Jun 23 15:19:59 2008
- fix package leak
- require.t
- add -autoload and -debug options
- add unimport
- unimport.t
0.01 Sat Jun 21 15:35:10 2008
- original version; created by h2xs 1.23 with options -A --name=mysubs