Revision history for Perl extension mysubs.

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
