Fry::Lib::Inspector - Autoloaded library for Class::Inspector's class methods.


Fry-Shell documentation Contained in the Fry-Shell distribution.

Index


Code Index:

NAME

Top

Fry::Lib::Inspector - Autoloaded library for Class::Inspector's class methods.

AUTHOR

Top

Me. Gabriel that is. I welcome feedback and bug reports to cldwalker AT chwhat DOT com . If you like using perl,linux,vim and databases to make your life easier (not lazier ;) check out my website at www.chwhat.com.

COPYRIGHT & LICENSE

Top


Fry-Shell documentation Contained in the Fry-Shell distribution.

package Fry::Lib::Inspector;
#use Class::Handle;
use base 'Class::Inspector';
use strict;

#none of this is currently used
sub _default_data {
	return {
		class=>'Class::Inspector',	
		methods=>[qw/installed loaded filename resolved_filename functions methods/],
	}
}
1;

__END__