Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision acba025a

Von Sven Schöling vor etwa 8 Jahren hinzugefügt

  • ID acba025a9a6fe28250a1006814e25a45460a9941
  • Vorgänger dd48c9b7
  • Nachfolger 713e0552

perl5.10 compat: ellipsis (yada-ayada) ist da syntax error

Unterschiede anzeigen:

SL/Controller/TopQuickSearch/CustomerVendor.pm
14 14
# nope. this is only for subclassing
15 15
sub auth { 'NOT ALLOWED' }
16 16

  
17
sub name { ... }
17
sub name { die 'must be overwritten' }
18 18

  
19
sub description_config { ... }
19
sub description_config { die 'must be overwritten' }
20 20

  
21
sub description_field { ... }
21
sub description_field { die 'must be overwritten' }
22 22

  
23 23
sub query_autocomplete {
24 24
  my ($self) = @_;

Auch abrufbar als: Unified diff