Add a bunch of missing POD while the gears spin.

This commit is contained in:
Colin Kuskie 2012-01-18 13:39:16 -08:00
parent 475b73f6e6
commit 7406c02a78
5 changed files with 41 additions and 1 deletions

View file

@ -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 {