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/OERecord.pm
15 15
# nope. this is only for subclassing
16 16
sub auth { 'NOT ALLOWED' }
17 17

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

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

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

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

Auch abrufbar als: Unified diff