X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FStorage%2FDBI%2FOracle.pm;h=1cda2e337e81b4465f3bf67a84015a871319f634;hb=dd3583f282f6807ac7857c2d6b7a3ddd85a11ab4;hp=d5b605fb0ca360202341dc6b50189b7087a68dd6;hpb=057d4713af8f97b17a351bca5d11fe55e5a8b88a;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Storage/DBI/Oracle.pm b/lib/DBIx/Class/Storage/DBI/Oracle.pm index d5b605f..1cda2e3 100644 --- a/lib/DBIx/Class/Storage/DBI/Oracle.pm +++ b/lib/DBIx/Class/Storage/DBI/Oracle.pm @@ -41,7 +41,7 @@ sub get_autoinc_seq { sub columns_info_for { my ($self, $table) = @_; - $self->next::method($self, uc($table)); + $self->next::method(uc($table)); }