SPOPS::Manual::Configuration 0.87 review

Download
by rbytes.net on

SPOPS::Manual::Configuration is a description of variables used in the SPOPS configuration process. These are variables used in al

License: Perl Artistic License
File size: 285K
Developer: Chris Winters
0 stars award from rbytes.net

SPOPS::Manual::Configuration is a description of variables used in the SPOPS configuration process.

These are variables used in all SPOPS implementations. The name of the variable is the key used in the configuration hashref.

Here is a fairly minimal example of a configuration hashref:

1: my $spops = {
2: 'news' => {
3: class => 'My::News',
4: isa => [ qw/ MyApp::Datasource SPOPS::DBI::Pg SPOPS::DBI / ],
5: rules_from => [ 'My::DiscoverField' ],
6: code_class => [],
7: field_discover => 'yes',
8: base_table => 'news',
9: id_field => 'news_id',
10: increment_field => 1,
11: no_insert => [ 'news_id' ],
12: no_update => [ 'news_id' ],
13: },
14: };

Requirements:
Perl

SPOPS::Manual::Configuration 0.87 keywords