TopQuickSearch: qw() -> liste, zum einfachen auskommentieren
authorSven Schöling <s.schoeling@linet-services.de>
Mon, 21 Mar 2016 17:50:05 +0000 (18:50 +0100)
committerSven Schöling <s.schoeling@linet-services.de>
Tue, 22 Mar 2016 16:36:35 +0000 (17:36 +0100)
SL/Controller/TopQuickSearch.pm

index 0a4c4b6..8c6661e 100644 (file)
@@ -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;