From: Peter Rabbitson Date: Mon, 2 Sep 2013 05:36:30 +0000 (+0200) Subject: Fix typoed variable (just remote the shorthand entirely) ^Simon^++ X-Git-Tag: v0.08260~166 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=fbe08916905f29cd4254d8eb133a74ec6733319e Fix typoed variable (just remote the shorthand entirely) ^Simon^++ --- diff --git a/lib/DBIx/Class/ResultSet.pm b/lib/DBIx/Class/ResultSet.pm index 5d7c7c9..26281c5 100644 --- a/lib/DBIx/Class/ResultSet.pm +++ b/lib/DBIx/Class/ResultSet.pm @@ -2189,7 +2189,7 @@ first element should be a list of column names and each subsequent element should be a data value in the earlier specified column order. For example: - $Arstist_rs->populate([ + $schema->resultset("Artist")->populate([ [ qw( artistid name ) ], [ 100, 'A Formally Unknown Singer' ], [ 101, 'A singer that jumped the shark two albums ago' ],