NAME

UNIVERSAL::has - Returns the methods an object can call.

SYNOPSIS

use UNIVERSAL::has;
use IO::File;

$fh = IO::File->new();
@methods = $fh->has();

DESCRIPTION

This is an attempt to add introspection to Perl.

EXPORT

UNIVERSAL::has

AUTHOR

Brian Medley, <bpmedley at cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2012 by Brian Medley

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.16.2 or, at your option, any later version of Perl 5 you may have available.