The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Test::Magpie::Util - Utilities used by Test::Magpie

FUNCTIONS

extract_method_name

Internal. From a fully qualified method name such as Foo::Bar::baz, will return just the method name (in this example, baz).

match

Internal. Match 2 values for equality

AUTHOR

Oliver Charles

COPYRIGHT AND LICENSE

This software is copyright (c) 2010 by Oliver Charles <oliver.g.charles@googlemail.com>.

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