Skip to content

Commit 7bcc149

Browse files
simbabqueoalders
authored andcommitted
split packages into their own files
1 parent ca88d7f commit 7bcc149

File tree

11 files changed

+941
-919
lines changed

11 files changed

+941
-919
lines changed

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ Change history for HTML-Form
22

33
{{$NEXT}}
44
- Perl::Tidy-ed the entire codebase (GH#42) (Julien Fiegehenn)
5+
- Split extra packages inside HTML::Form into their own module files
6+
and consolidate documentation (GH#43) (Julien Fiegehenn)
57

68
6.10 2022-08-22 13:20:12Z
79
- Use "croak" instead of "die" to show errors from the perspective of the

dist.ini

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,14 @@ code = s{^(note 'Checking Changes')}{if \(\(\$ENV\{TRAVIS_PULL_REQUEST\} \|\| ''
8181
; Not 100% clear why file_exts() is undocumented. Maybe meant to be private.
8282
[Test::Pod::Coverage::Configurable]
8383
trustme = HTML::Form => qr/^(?:fixup|new|push_input|uri)$/
84+
skip = HTML::Form::Input
85+
skip = HTML::Form::TextInput
86+
skip = HTML::Form::IgnoreInput
87+
skip = HTML::Form::ListInput
88+
skip = HTML::Form::SubmitInput
89+
skip = HTML::Form::ImageInput
90+
skip = HTML::Form::FileInput
91+
skip = HTML::Form::KeygenInput
8492

8593
[Test::PodSpelling]
8694
wordlist = Pod::Wordlist
@@ -91,6 +99,7 @@ stopword = checkbox
9199
stopword = readonly
92100
stopword = unsetting
93101
stopword = unvisited
102+
stopword = keygen
94103

95104
[Git::Check]
96105
allow_dirty =

0 commit comments

Comments
 (0)