Skip to content

Commit

Permalink
this is a dumb idea
Browse files Browse the repository at this point in the history
  • Loading branch information
ribasushi committed Feb 10, 2009
1 parent 0734710 commit 50bc3b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/DBIx/Class/CDBICompat/ColumnGroups.pm
Expand Up @@ -73,8 +73,7 @@ sub _find_columns {
return map { $class->find_column($_) } @col;
}

package # hide from PAUSE
DBIx::Class::CDBICompat::ColumnGroups::GrouperShim;
package DBIx::Class::CDBICompat::ColumnGroups::GrouperShim;

sub groups_for {
my ($self, @cols) = @_;
Expand Down

0 comments on commit 50bc3b4

Please sign in to comment.