Add missing POD and legal statements for many Shop modules.

This commit is contained in:
Colin Kuskie 2009-04-24 03:13:28 +00:00
parent eb476d6b50
commit c541788968
5 changed files with 238 additions and 12 deletions

View file

@ -1,5 +1,19 @@
package WebGUI::Shop::Address;
=head1 LEGAL
-------------------------------------------------------------------
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
-------------------------------------------------------------------
=cut
use strict;
use Class::InsideOut qw{ :std };
use WebGUI::Exception::Shop;