[Bast-commits] r5380 - DBIx-Class/0.08/trunk/lib/DBIx/Class/Manual
    jmmills at dev.catalyst.perl.org 
    jmmills at dev.catalyst.perl.org
       
    Fri Jan 30 01:42:02 GMT 2009
    
    
  
Author: jmmills
Date: 2009-01-30 01:42:02 +0000 (Fri, 30 Jan 2009)
New Revision: 5380
Modified:
   DBIx-Class/0.08/trunk/lib/DBIx/Class/Manual/FAQ.pod
Log:
editorial typo in my previous commit.
Modified: DBIx-Class/0.08/trunk/lib/DBIx/Class/Manual/FAQ.pod
===================================================================
--- DBIx-Class/0.08/trunk/lib/DBIx/Class/Manual/FAQ.pod	2009-01-30 01:37:01 UTC (rev 5379)
+++ DBIx-Class/0.08/trunk/lib/DBIx/Class/Manual/FAQ.pod	2009-01-30 01:42:02 UTC (rev 5380)
@@ -454,7 +454,7 @@
 
 	my $row;
 
-	# assume that some where in her $row will get assigned to a MyTable row
+	# assume that some where in here $row will get assigned to a MyTable row
 
 	$row->non_column_data('some string'); # would set the non_column_data accessor
 
    
    
More information about the Bast-commits
mailing list