Bugzilla – Attachment 178152 Details for
Bug 39149
.PL files not tidy
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39149: Make perltidy.t also check .PL files
Bug-39149-Make-perltidyt-also-check-PL-files.patch (text/plain), 917 bytes, created by
Victor Grousset/tuxayo
on 2025-02-17 19:41:01 UTC
(
hide
)
Description:
Bug 39149: Make perltidy.t also check .PL files
Filename:
MIME Type:
Creator:
Victor Grousset/tuxayo
Created:
2025-02-17 19:41:01 UTC
Size:
917 bytes
patch
obsolete
>From af7e0fac12fcd7e34e0bc8bbd4c88caec543995d Mon Sep 17 00:00:00 2001 >From: Victor Grousset/tuxayo <victor@tuxayo.net> >Date: Mon, 17 Feb 2025 20:36:35 +0100 >Subject: [PATCH] Bug 39149: Make perltidy.t also check .PL files > >Now perltidy.t will check 2958 files instead of 2954. Which matches >with the 4 .PL files. >--- > xt/perltidy.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/xt/perltidy.t b/xt/perltidy.t >index b570311aee..f5b85031ab 100755 >--- a/xt/perltidy.t >+++ b/xt/perltidy.t >@@ -4,7 +4,7 @@ use Test::PerlTidy; > use Test::More; > > my @files; >-push @files, qx{git ls-files '*.pl' '*.pm' '*.t' ':(exclude)Koha/Schema/Result' ':(exclude)Koha/Schema.pm'}; >+push @files, qx{git ls-files '*.pl' '*.PL' '*.pm' '*.t' ':(exclude)Koha/Schema/Result' ':(exclude)Koha/Schema.pm'}; > push @files, qx{git ls-files svc opac/svc}; # Files without extension > > plan tests => scalar @files; >-- >2.48.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 39149
:
178148
|
178149
|
178150
|
178151
|
178152
|
178170