Documented $resultsource->name
Mark A. Stratman [Tue, 14 Jun 2011 17:48:34 +0000 (12:48 -0500)]
lib/DBIx/Class.pm
lib/DBIx/Class/ResultSource.pm

index 0476cad..ae1a04b 100644 (file)
@@ -406,6 +406,8 @@ michaelr: Michael Reddick <michael.reddick@gmail.com>
 
 milki: Jonathan Chu <milki@rescomp.berkeley.edu>
 
+mstratman: Mark A. Stratman <stratman@gmail.com>
+
 ned: Neil de Carteret
 
 nigel: Nigel Metheringham <nigelm@cpan.org>
index 9489f49..75287bd 100644 (file)
@@ -1041,6 +1041,20 @@ sub resultset {
   );
 }
 
+=head2 name
+
+=over 4
+
+=item Arguments: None
+
+=item Result value: $name
+
+=back
+
+Returns the name of the result source, which will typically be the table
+name. This may be a scalar reference if the result source has a non-standard
+name.
+
 =head2 source_name
 
 =over 4