Skip to content

Commit

Permalink
fix ABSTRACT for CleanResultSet
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Axel 'fREW' Schmidt committed Oct 28, 2014
1 parent 153d8e8 commit d9913e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/DBIx/Class/Helper/Row/CleanResultSet.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package DBIx::Class::Helper::Row::CleanResultSet;
use strict;
use warnings;

# ABSTRACT: Shortcut for C<< ->resultset >>
# ABSTRACT: Get an unfiltered ResultSet from the row

sub clean_rs { return shift->result_source->resultset }

Expand Down

0 comments on commit d9913e3

Please sign in to comment.