Class-Method-Modifiers 0.07

Class::Method::Modifiers is a lightweight module that lets you easily "just"
modify methods. The ideas are stolen directly from Stevan Little's Moose (which
borrows heavily from the universally-acclaimed CLOS and Perl 6). The
implementation is straight out of my noggin, though.

MAJOR CHANGES
    0.07: guard modifier for bailing out of a method call
    0.06: support for modifying a regular method in its own class
    0.03: C3 should work now
          support for multiple modifiers of the same kind in one class
    0.02: support for multiple modifiers in one class
    0.01: first version

INSTALLATION

To install this module, run the following commands:

    perl Makefile.PL
    make
    make test
    make install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the perldoc
command.

    perldoc Class::Method::Modifiers

You can also look for information at:

    Search CPAN
        http://search.cpan.org/dist/Class-Method-Modifiers

    CPAN Request Tracker:
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Class-Method-Modifiers

    AnnoCPAN, annotated CPAN documentation:
        http://annocpan.org/dist/Class-Method-Modifiers

    CPAN Ratings:
        http://cpanratings.perl.org/d/Class-Method-Modifiers

COPYRIGHT AND LICENCE

Copyright (C) 2007 Shawn M Moore

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.