Bugzilla – Attachment 174944 Details for
Bug 17473
Permission for voiding payments
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17473: (follow-up) add semicolon after use Modern::Perl
Bug-17473-follow-up-add-semicolon-after-use-Modern.patch (text/plain), 877 bytes, created by
Lucas Gass (lukeg)
on 2024-11-22 18:18:46 UTC
(
hide
)
Description:
Bug 17473: (follow-up) add semicolon after use Modern::Perl
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2024-11-22 18:18:46 UTC
Size:
877 bytes
patch
obsolete
>From 0135514bf47756bd39e6f88dc9052c978cce89f4 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Mon, 22 Jul 2024 20:23:57 +0000 >Subject: [PATCH] Bug 17473: (follow-up) add semicolon after use Modern::Perl > >Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl> >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> >--- > installer/data/mysql/atomicupdate/bug_17473_add_permission.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/atomicupdate/bug_17473_add_permission.pl b/installer/data/mysql/atomicupdate/bug_17473_add_permission.pl >index 2b2993b3d0..077b2a158c 100755 >--- a/installer/data/mysql/atomicupdate/bug_17473_add_permission.pl >+++ b/installer/data/mysql/atomicupdate/bug_17473_add_permission.pl >@@ -1,4 +1,4 @@ >-use Modern::Perl >+use Modern::Perl; > > return { > bug_number => "17473", >-- >2.39.2
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 17473
:
169109
|
169310
|
169384
|
169386
|
169387
|
174943
| 174944