Searched +refs:artist +refs:go +refs:get +refs:mode +refs:line (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/CPANInternal-140/Class-DBI/lib/Class/
H A DDBI.pm46 return join "/", $self->get(@cols);
85 "Use of '$old' is deprecated at $caller[1] line $caller[2]. Use '$new' instead\n";
316 # we don't use get() here because all objects should have
553 @data{@primary_columns} = $self->get(@primary_columns);
622 $self->_croak("Can't get last insert id") unless defined $id;
695 @data{@columns} = $self->get(@columns);
827 # We override the get() method from Class::Accessor to fetch the data for
829 # method. We also allow get to be called with a list of keys, instead of
832 sub get { subroutine
837 return $self->_croak("Can't get() nothin
[all...]
/macosx-10.9.5/CPANInternal-140/Class-DBI-v3.0.17/lib/Class/
H A DDBI.pm47 return join "/", $self->get(@cols);
72 "Use of '$old' is deprecated at $caller[1] line $caller[2]. Use '$new' instead\n";
262 # we don't use get() here because all objects should have
610 or $self->_croak("Can't get last insert id");
700 @data{@columns} = $self->get(@columns);
832 # We override the get() method from Class::Accessor to fetch the data for
834 # method. We also allow get to be called with a list of keys, instead of
837 sub get { subroutine
842 return $self->_croak("Can't get() nothing!") unless @cols;
1234 # Foo can't load Bar: Bar can't load Baz: syntax error at line
[all...]

Completed in 123 milliseconds