Skip to content

Commit 0be88b2

Browse files
committed
perltidy
1 parent f966876 commit 0be88b2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

lib/WWW/Mechanize.pm

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1644,9 +1644,10 @@ sub form_action {
16441644
my ( $self, $action ) = @_;
16451645

16461646
my $temp;
1647-
my @matches
1648-
= grep { defined( $temp = $_->action ) and ( $temp =~ m/$action/msx ) }
1649-
$self->forms;
1647+
my @matches = grep {
1648+
defined( $temp = $_->action )
1649+
and ( $temp =~ m/$action/msx )
1650+
} $self->forms;
16501651

16511652
my $nmatches = @matches;
16521653
if ( $nmatches > 0 ) {

0 commit comments

Comments
 (0)