Revision history for Perl extension mysubs.

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
