The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

SPOPS::ClassFactory::DefaultBehavior - Default configuration methods called from SPOPS.pm

SYNOPSIS

No synopsis.

DESCRIPTION

This class has default behaviors for all SPOPS classes. They may or may not be used, depending on what subclasses do.

METHODS

Note: Even though the first parameter for all behaviors is $class, they are not class methods. The parameter refers to the class into which the behaviors will be installed.

conf_modify_config( \%config )

conf_id_method( \%config )

conf_read_code( \%config )

conf_relate_hasa( \%config )

conf_relate_fetchby( \%config )

conf_add_rules( \%config )

BUGS

None known.

TO DO

Nothing known.

SEE ALSO

SPOPS::ClassFactory

COPYRIGHT

Copyright (c) 2001-2002 intes.net, inc.. All rights reserved.

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

AUTHORS

Chris Winters <chris@cwinters.com>