Bugzilla – Attachment 169384 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), 770 bytes, created by
Lucas Gass (lukeg)
on 2024-07-22 20:24:16 UTC
(
hide
)
Description:
Bug 17473: (follow-up) add semicolon after use Modern::Perl
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2024-07-22 20:24:16 UTC
Size:
770 bytes
patch
obsolete
>From 367c7cda2a56c15d704a85aabe0b483a0a71f633 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 > >--- > 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