We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 729c248 commit 47fd0c0Copy full SHA for 47fd0c0
Changes
@@ -1,6 +1,7 @@
1
Revision history for WWW::Mechanize
2
3
{{$NEXT}}
4
+ - Fix minor typo in SYNOPSIS example code comment (GH#379) (Paul Cochrane)
5
6
2.18 2024-01-30 14:29:44Z
7
[FIXED]
lib/WWW/Mechanize.pm
@@ -34,7 +34,7 @@ be queried and revisited.
34
button => 'Search Now'
35
);
36
37
- # Enable strict form processing to catch typos and non-existant form fields.
+ # Enable strict form processing to catch typos and non-existent form fields.
38
my $strict_mech = WWW::Mechanize->new( strict_forms => 1);
39
40
$strict_mech->get( $url );
0 commit comments