Added POD to several macros.

Updated POD in Storage/Iimage.pm

Internationalized error messages from RandomAssetProxy.
This commit is contained in:
Colin Kuskie 2005-12-20 17:55:46 +00:00
parent 3b44d47123
commit d430f570f4
8 changed files with 106 additions and 7 deletions

View file

@ -14,6 +14,20 @@ use strict;
use WebGUI::Session;
use WebGUI::URL;
=head1 NAME
Package WebGUI::Macro::Page
=head1 DESCRIPTION
Macro for displaying the url for the current asset.
=head2 process ( )
process is really a wrapper around WebGUI::URL::page();
=cut
#-------------------------------------------------------------------
sub process {
return WebGUI::URL::page();