NAME
Devel::FindBlessedRefs - find all refs blessed under a package
SYNOPSIS
use Devel::FindBlessedRefs qw(find_refs);
my @refs = find_refs("PackageName");
# this is somewhat inefficient and is rprobably only useful for testing
AUTHOR
Paul Miller <paul@cpan.org>
I am using this software in my own projects... If you find bugs, please please please let me know. :) Actually, let me know if you find it handy at all. Half the fun of releasing this stuff is knowing that people use it.
COPYRIGHT
Copyright (c) 2007 Paul Miller -- LGPL [attached]
SEE ALSO
perl(1)