Add a bunch of missing POD while the gears spin.
This commit is contained in:
parent
475b73f6e6
commit
7406c02a78
5 changed files with 41 additions and 1 deletions
|
|
@ -14,12 +14,21 @@
|
|||
|
||||
WebGUI::Upgrade::File::txt - Upgrade class for text documents
|
||||
|
||||
Displays the text document to the user, and then after a keypress, continues on to the
|
||||
next upgarde file.
|
||||
|
||||
=cut
|
||||
|
||||
package WebGUI::Upgrade::File::txt;
|
||||
use Moose;
|
||||
with 'WebGUI::Upgrade::File';
|
||||
|
||||
=head2 once
|
||||
|
||||
Override the default so that the text is only displayed once.
|
||||
|
||||
=cut
|
||||
|
||||
sub once { 1 }
|
||||
|
||||
sub run {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue