some trivial fixes for "TEST_POD=1 make test" failures
Brandon L. Black [Tue, 31 Jan 2006 02:18:25 +0000 (02:18 +0000)]
lib/DBIx/Class/Row.pm
lib/DBIx/Class/Schema.pm

index 54c0763..4c66600 100644 (file)
@@ -340,7 +340,7 @@ sub register_column {
 }
 
 
-=item throw_exception
+=head2 throw_exception
 
 See Schema's throw_exception.
 
index c84e0a7..59fca81 100644 (file)
@@ -347,7 +347,7 @@ sub clone {
   return $clone;
 }
 
-=item populate($moniker, \@data);
+=head2 populate($moniker, \@data);
 
 Populates the source registered with the given moniker with the supplied data.
 @data should be a list of listrefs, the first containing column names, the
@@ -373,7 +373,7 @@ sub populate {
   }
 }
 
-=item throw_exception
+=head2 throw_exception
 
 Defaults to using Carp::Clan to report errors from user perspective.