Bugzilla – Attachment 7123 Details for
Bug 6836
jQuery plugin Datatables integration http://wiki.koha-community.org/wiki/DataTables_HowTo
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Updating perlcriticrc to allow Modern::Perl to suffice instead of use warnings; and use strict;
Updating-perlcriticrc-to-allow-ModernPerl-to-suffi.patch (text/plain), 914 bytes, created by
Chris Cormack
on 2012-01-13 04:10:25 UTC
(
hide
)
Description:
Updating perlcriticrc to allow Modern::Perl to suffice instead of use warnings; and use strict;
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2012-01-13 04:10:25 UTC
Size:
914 bytes
patch
obsolete
>From ea212f24928219033b6e6a5ad3af0f5f1ddcaa47 Mon Sep 17 00:00:00 2001 >From: Chris Cormack <chrisc@catalyst.net.nz> >Date: Fri, 13 Jan 2012 17:08:24 +1300 >Subject: [PATCH] Updating perlcriticrc to allow Modern::Perl to suffice > instead of use warnings; and use strict; > >http://bugs.koha-community.org/show_bug.cgi?id=6836 >--- > t/perlcriticrc | 8 +++++++- > 1 files changed, 7 insertions(+), 1 deletions(-) > >diff --git a/t/perlcriticrc b/t/perlcriticrc >index 287273c..69b3d74 100644 >--- a/t/perlcriticrc >+++ b/t/perlcriticrc >@@ -2,4 +2,10 @@ exclude = Miscellanea::RequireRcsKeywords > > > [Perl::Critic::Policy::BuiltinFunctions::ProhibitStringyEval] >-allow_includes =1 >\ No newline at end of file >+allow_includes =1 >+ >+[TestingAndDebugging::RequireUseStrict] >+equivalent_modules = Modern::Perl >+ >+[TestingAndDebugging::RequireUseWarnings] >+equivalent_modules = Modern::Perl >\ No newline at end of file >-- >1.7.5.4
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 6836
:
5284
|
5291
|
5294
|
6340
|
6387
|
6467
|
6468
|
6522
|
6523
|
6524
|
7112
|
7120
|
7121
|
7122
|
7123
|
7124
|
7243
|
7244
|
7298
|
7299
|
7300
|
7301
|
7302