[Rt-commit] r5588 - in Object-Declare: lib/Object

audreyt at bestpractical.com audreyt at bestpractical.com
Mon Jul 17 19:26:22 EDT 2006


Author: audreyt
Date: Mon Jul 17 19:26:22 2006
New Revision: 5588

Modified:
   Object-Declare/README
   Object-Declare/lib/Object/Declare.pm

Log:
* This be 0.01.

Modified: Object-Declare/README
==============================================================================
--- Object-Declare/README	(original)
+++ Object-Declare/README	Mon Jul 17 19:26:22 2006
@@ -21,10 +21,9 @@
     with a declare syntax, similar to how Jifty::DBI::Schema defines its
     columns.
 
-    Using a flexible import list syntax, one can change the exported helper
-    function (*declarator*), the list of words to link labels and values
-    together (*copula*), and the table of named classes to declare
-    (*mapping*):
+    Using a flexible import list syntax, one can change exported helper
+    functions names (*declarator*), words to link labels and values together
+    (*copula*), and the table of named classes to declare (*mapping*):
 
         use Object::Declare
             declarator  => 'declare',       # this is the default

Modified: Object-Declare/lib/Object/Declare.pm
==============================================================================
--- Object-Declare/lib/Object/Declare.pm	(original)
+++ Object-Declare/lib/Object/Declare.pm	Mon Jul 17 19:26:22 2006
@@ -133,8 +133,8 @@
 objects with a declare syntax, similar to how L<Jifty::DBI::Schema>
 defines its columns.
 
-Using a flexible import list syntax, one can change the exported helper
-function (I<declarator>), the list of words to link labels and values together
+Using a flexible import list syntax, one can change exported helper
+functions names (I<declarator>), words to link labels and values together
 (I<copula>), and the table of named classes to declare (I<mapping>):
 
     use Object::Declare


More information about the Rt-commit mailing list