more comments, support for txt and pod upgrade files
This commit is contained in:
parent
29c01ffad7
commit
8326c63c1e
9 changed files with 201 additions and 142 deletions
9
lib/WebGUI/Upgrade/File.pm
Normal file
9
lib/WebGUI/Upgrade/File.pm
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
package WebGUI::Upgrade::File;
|
||||
use Moose::Role;
|
||||
|
||||
requires 'run';
|
||||
|
||||
sub once { 0 }
|
||||
|
||||
1;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue