more comments, support for txt and pod upgrade files

This commit is contained in:
Graham Knop 2010-05-18 20:34:52 -05:00
parent 29c01ffad7
commit 8326c63c1e
9 changed files with 201 additions and 142 deletions

View file

@ -0,0 +1,9 @@
package WebGUI::Upgrade::File;
use Moose::Role;
requires 'run';
sub once { 0 }
1;