move FriendManager editSettingsForm to FormBuilder

This commit is contained in:
Doug Bell 2011-01-04 20:06:18 -06:00
parent 0363a188ab
commit c7969b7f1b
2 changed files with 27 additions and 9 deletions

View file

@ -0,0 +1,18 @@
package Test::WebGUI::Account::FriendManager;
#-------------------------------------------------------------------
# WebGUI is Copyright 2001-2009 Plain Black Corporation.
#-------------------------------------------------------------------
# Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using
# this software.
#-------------------------------------------------------------------
# http://www.plainblack.com info@plainblack.com
#-------------------------------------------------------------------
use strict;
use warnings;
use base qw/Test::WebGUI::Account/;
1;