-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ENHANCEMENTS] - Added form_action($action) to look up forms by regex matching $action (GH#19) (Mark Leighton Fisher and Julien Fiegehenn) [DOCUMENTATION] - Explain that file URIs need url encoding (GH#329) (Julien Fiegehenn and 積丹尼 Dan Jacobson)
- Loading branch information
Showing
3 changed files
with
29 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -119,15 +119,15 @@ | |
"provides" : { | ||
"WWW::Mechanize" : { | ||
"file" : "lib/WWW/Mechanize.pm", | ||
"version" : "2.09" | ||
"version" : "2.10" | ||
}, | ||
"WWW::Mechanize::Image" : { | ||
"file" : "lib/WWW/Mechanize/Image.pm", | ||
"version" : "2.09" | ||
"version" : "2.10" | ||
}, | ||
"WWW::Mechanize::Link" : { | ||
"file" : "lib/WWW/Mechanize/Link.pm", | ||
"version" : "2.09" | ||
"version" : "2.10" | ||
} | ||
}, | ||
"release_status" : "stable", | ||
|
@@ -142,7 +142,7 @@ | |
"web" : "https://github.com/libwww-perl/WWW-Mechanize" | ||
} | ||
}, | ||
"version" : "2.09", | ||
"version" : "2.10", | ||
"x_Dist_Zilla" : { | ||
"perl" : { | ||
"version" : "5.036000" | ||
|
@@ -508,7 +508,7 @@ | |
"changelog" : "Changes" | ||
}, | ||
"Dist::Zilla::Role::Git::Repo" : { | ||
"git_version" : "2.36.1", | ||
"git_version" : "2.37.0", | ||
"repo_root" : "." | ||
} | ||
}, | ||
|
@@ -519,7 +519,7 @@ | |
"class" : "Dist::Zilla::Plugin::Git::Contributors", | ||
"config" : { | ||
"Dist::Zilla::Plugin::Git::Contributors" : { | ||
"git_version" : "2.36.1", | ||
"git_version" : "2.37.0", | ||
"include_authors" : 0, | ||
"include_releaser" : 1, | ||
"order_by" : "name", | ||
|
@@ -639,7 +639,7 @@ | |
"changelog" : "Changes" | ||
}, | ||
"Dist::Zilla::Role::Git::Repo" : { | ||
"git_version" : "2.36.1", | ||
"git_version" : "2.37.0", | ||
"repo_root" : "." | ||
}, | ||
"Dist::Zilla::Role::Git::StringFormatter" : { | ||
|
@@ -656,12 +656,12 @@ | |
"branch" : null, | ||
"changelog" : "Changes", | ||
"signed" : 0, | ||
"tag" : "v2.09", | ||
"tag" : "v2.10", | ||
"tag_format" : "v%V", | ||
"tag_message" : "v%V" | ||
}, | ||
"Dist::Zilla::Role::Git::Repo" : { | ||
"git_version" : "2.36.1", | ||
"git_version" : "2.37.0", | ||
"repo_root" : "." | ||
}, | ||
"Dist::Zilla::Role::Git::StringFormatter" : { | ||
|
@@ -712,7 +712,7 @@ | |
"changelog" : "Changes" | ||
}, | ||
"Dist::Zilla::Role::Git::Repo" : { | ||
"git_version" : "2.36.1", | ||
"git_version" : "2.37.0", | ||
"repo_root" : "." | ||
}, | ||
"Dist::Zilla::Role::Git::StringFormatter" : { | ||
|
@@ -732,7 +732,7 @@ | |
"remotes_must_exist" : 1 | ||
}, | ||
"Dist::Zilla::Role::Git::Repo" : { | ||
"git_version" : "2.36.1", | ||
"git_version" : "2.37.0", | ||
"repo_root" : "." | ||
} | ||
}, | ||
|
@@ -923,6 +923,7 @@ | |
"Kirrily 'Skud' Robert <[email protected]>", | ||
"Kivanc Yazan <[email protected]>", | ||
"Lars D\u026a\u1d07\u1d04\u1d0b\u1d0f\u1d21 \u8fea\u62c9\u65af <[email protected]>", | ||
"Mark Leighton Fisher <[email protected]>", | ||
"Mark Stosberg <[email protected]>", | ||
"Martin H. Sluka <[email protected]>", | ||
"Matthew Chae <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters