Revision history for Perl extension mysubs.
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