From c8c1042a337f37b85c1dc3d550e3cbd7bc57e9d8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Mon, 21 Mar 2016 18:50:05 +0100 Subject: [PATCH] TopQuickSearch: qw() -> liste, zum einfachen auskommentieren --- SL/Controller/TopQuickSearch.pm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/SL/Controller/TopQuickSearch.pm b/SL/Controller/TopQuickSearch.pm index 0a4c4b6b7..8c6661e83 100644 --- a/SL/Controller/TopQuickSearch.pm +++ b/SL/Controller/TopQuickSearch.pm @@ -11,13 +11,13 @@ use Rose::Object::MakeMethods::Generic ( 'scalar --get_set_init' => [ qw(module js) ], ); -my @available_modules = qw( - SL::Controller::TopQuickSearch::Article - SL::Controller::TopQuickSearch::Part - SL::Controller::TopQuickSearch::Service - SL::Controller::TopQuickSearch::Assembly - SL::Controller::TopQuickSearch::Contact - SL::Controller::TopQuickSearch::GLTransaction +my @available_modules = ( + 'SL::Controller::TopQuickSearch::Article', + 'SL::Controller::TopQuickSearch::Part', + 'SL::Controller::TopQuickSearch::Service', + 'SL::Controller::TopQuickSearch::Assembly', + 'SL::Controller::TopQuickSearch::Contact', + 'SL::Controller::TopQuickSearch::GLTransaction', ); my %modules_by_name; -- 2.20.1