CONTENTS

NAME

DBIx::Class::Manual::Reading - How to read and write DBIx::Class POD.

DESCRIPTION

This doc should help users to understand how the examples and documentation found in the DBIx::Class distribution can be interpreted.

Writers of DBIx::Class POD should also check here to make sure their additions are consistent with the rest of the documentation.

METHODS

Methods should be documented in the files which also contain the code for the method, or that file should be hidden from PAUSE completely, in which case the methods are documented in the file which loads it. Methods may also be documented and referred to in files representing the major objects or components on which they can be called.

For example, DBIx::Class::Relationship documents the methods actually coded in the helper relationship classes like DBIx::Class::Relationship::BelongsTo. The BelongsTo file itself is hidden from PAUSE as it has no documentation. The accessors created by relationships should be mentioned in DBIx::Class::Row, the major object that they will be called on.

Method documentation

FURTHER QUESTIONS?

Check the list of additional DBIC resources.

COPYRIGHT AND LICENSE

This module is free software copyright by the DBIx::Class (DBIC) authors. You can redistribute it and/or modify it under the same terms as the DBIx::Class library.