From: Moritz Lenz Date: Tue, 24 May 2011 15:45:34 +0000 (+0200) Subject: [docs] remove a stray "1;" X-Git-Tag: v0.08193~33 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=4294954ac83c42e52891e2191a1faacd454cdb47 [docs] remove a stray "1;" --- diff --git a/lib/DBIx/Class/Row.pm b/lib/DBIx/Class/Row.pm index 44374f1..2280c50 100644 --- a/lib/DBIx/Class/Row.pm +++ b/lib/DBIx/Class/Row.pm @@ -1461,8 +1461,6 @@ sub throw_exception { Returns the primary key(s) for a row. Can't be called as a class method. Actually implemented in L -1; - =head1 AUTHORS Matt S. Trout