5 lines
65 B
Raku
5 lines
65 B
Raku
use WebGUI::Upgrade::Script;
|
|
start_step 'Simple Output';
|
|
|
|
done;
|
|
|
use WebGUI::Upgrade::Script;
|
|
start_step 'Simple Output';
|
|
|
|
done;
|
|
|