From ed7443971633cab7112bff378e4b9a79a81226b1 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 11 Nov 2010 11:14:05 -0800 Subject: [PATCH] Fixes for Crud POD. --- lib/WebGUI/Definition/Crud.pm | 2 +- lib/WebGUI/Definition/Meta/Crud.pm | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/WebGUI/Definition/Crud.pm b/lib/WebGUI/Definition/Crud.pm index c3208eb10..09188c1a4 100644 --- a/lib/WebGUI/Definition/Crud.pm +++ b/lib/WebGUI/Definition/Crud.pm @@ -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 diff --git a/lib/WebGUI/Definition/Meta/Crud.pm b/lib/WebGUI/Definition/Meta/Crud.pm index d4343fe42..40b432909 100644 --- a/lib/WebGUI/Definition/Meta/Crud.pm +++ b/lib/WebGUI/Definition/Meta/Crud.pm @@ -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