Skip to content

Commit

Permalink
roster doesn't take any option
Browse files Browse the repository at this point in the history
  • Loading branch information
book committed May 6, 2013
1 parent 884f5d0 commit 420b41d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/WWW/Mailman.pm
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ sub othersubs {
}

sub roster {
my ( $self, %options ) = @_;
my ($self) = @_;
my $mech = $self->robot;
$self->_load_uri( $self->_uri_for('roster') );

Expand Down

0 comments on commit 420b41d

Please sign in to comment.