Revision 76c486e3
Von Sven Schöling vor etwa 15 Jahren hinzugefügt
SL/DBUpgrade2.pm | ||
---|---|---|
3 | 3 |
use SL::Common; |
4 | 4 |
|
5 | 5 |
require Exporter; |
6 |
@ISA = qw(Exporter); |
|
6 |
our @ISA = qw(Exporter);
|
|
7 | 7 |
|
8 |
@EXPORT = qw(parse_dbupdate_controls sort_dbupdate_controls); |
|
8 |
our @EXPORT = qw(parse_dbupdate_controls sort_dbupdate_controls); |
|
9 |
|
|
10 |
use strict; |
|
9 | 11 |
|
10 | 12 |
sub parse_dbupdate_controls { |
11 | 13 |
$main::lxdebug->enter_sub(); |
Auch abrufbar als: Unified diff
Und wieder ein Schwung strict.