From cb617d0e2aad22faa1c238d194778315e1ffaa0d Mon Sep 17 00:00:00 2001 From: Emmanuel Lacour Date: Fri, 20 Nov 2009 23:20:59 +0100 Subject: [PATCH] Fix Plugins option example in doc (two many "()") --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 32835bb..37701b8 100644 --- a/README +++ b/README @@ -15,7 +15,7 @@ To install this module, run the following commands: Then, to make it active, add it to @Plugins in RT site configuration file (RT_SiteConfig.pm), example: - Set(@Plugins,(qw(RT::Extension::MandatorySubject))); + Set(@Plugins,qw(RT::Extension::MandatorySubject) ); SUPPORT AND DOCUMENTATION -- 2.11.0