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

Sub::Mutate - examination and modification of subroutines

DESCRIPTION

This module is a backward-compatibility wrapper repackaging functions
that are now supplied by other modules.  It is deprecated to use this
module: you should instead get the functions directly from Sub::Metadata
or Sub::WhenBodied as appropriate.

INSTALLATION

	perl Build.PL
	./Build
	./Build test
	./Build install

AUTHOR

Andrew Main (Zefram) <zefram@fysh.org>

COPYRIGHT

Copyright (C) 2009, 2010, 2011, 2013, 2015
Andrew Main (Zefram) <zefram@fysh.org>

LICENSE

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