Fixes for Crud POD.

This commit is contained in:
Colin Kuskie 2010-11-11 11:14:05 -08:00
parent ca2b7cd2c5
commit ed74439716
2 changed files with 4 additions and 4 deletions

View file

@ -89,7 +89,7 @@ to the class, and applies the meta-role to the meta-class.
But, if it is applied to a Role, then only the meta-role is applied, since we want
the final application to be in the end user of the Role.
This permits using this to compose Roles with their own database tables.
This permits using this package to compose Roles with their own database tables.
=cut

View file

@ -27,11 +27,11 @@ our $VERSION = '0.0.1';
=head1 NAME
Package WebGUI::Definition::Meta::Shop
Package WebGUI::Definition::Meta::Crud
=head1 DESCRIPTION
Extends 'WebGUI::Definition::Meta::Class' to provide attributes specific to Assets.
Extends 'WebGUI::Definition::Meta::Class' to provide attributes specific to Cruds.
=head1 METHODS
@ -43,7 +43,7 @@ These methods are available from this class:
=head2 property_meta ( )
Asset Definitions use WebGUI::Definition::Meta::Property::Asset as the base class
Asset Definitions use WebGUI::Definition::Meta::Property::Crud as the base class
for properties.
=cut