Ricardo Signes > Path-Resolver-2.002 > Path::Resolver::Resolver::DataSection

Download:
Path-Resolver-2.002.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 2.002   Source   Latest Release: Path-Resolver-3.092200

NAME ^

Path::Resolver::Resolver::DataSection - find content in a package's Data::Section content

VERSION ^

version 2.002

DESCRIPTION ^

This class assumes that you will give it the name of another package and that that package uses Data::Section to retrieve named content from its DATA blocks and those of its parent classes.

ATTRIBUTES ^

module

This is the name of the module to load and is also used as the package (class) on which to call the data-finding method.

data_method

This attribute may be given to supply a method name to call to find content in a package. The default is Data::Section's default: section_data.

AUTHOR ^

  Ricardo Signes <rjbs@cpan.org>

COPYRIGHT AND LICENSE ^

This software is copyright (c) 2009 by Ricardo Signes.

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