Skip to content

Commit e6b0d15

Browse files
authored
Run perltidy on the dist (#42)
1 parent 7cdafe1 commit e6b0d15

13 files changed

Lines changed: 948 additions & 900 deletions

Changes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Change history for HTML-Form
22

33
{{$NEXT}}
4+
- Perl::Tidy-ed the entire codebase (GH#) (Julien Fiegehenn)
45

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

dist.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ code = s{(^\s+or diag 'got warnings: ', explain\(\\\@warnings\);)}{$1\n\}};
6565
[Test::Portability]
6666
; TODO perltidy for NoTabs and namespace::autoclean
6767
; [Test::CleanNamespaces] ; TODO
68-
; [Test::NoTabs] ; TODO
68+
[Test::NoTabs]
6969
[Test::EOL]
7070

71-
; We run release tests in travis. but make the changes-has-content test TODO only for master.
71+
; We run release tests in github actions. but make the changes-has-content test TODO only for master.
7272
; This will prod pull request submitters to add a Changes entry.
7373
[Test::ChangesHasContent]
7474
[Substitute / changes_has_content.t]

0 commit comments

Comments
 (0)