New AdSpace tests, need to start looking at coverage.
Added some comments and fixed some POD in AdSpace.pm and Ad.pm
This commit is contained in:
parent
870d9dbe46
commit
c9726f7b4d
4 changed files with 29 additions and 13 deletions
|
|
@ -329,6 +329,7 @@ The height, in pixels, of this ad space.
|
|||
sub set {
|
||||
my $self = shift;
|
||||
my $properties = shift;
|
||||
##create requires a name, default will never be used
|
||||
$self->{_properties}{name} = $properties->{name} || $self->{_properties}{name} || "Unnamed";
|
||||
$self->{_properties}{title} = $properties->{title} || $self->{_properties}{title} || "Untitled";
|
||||
$self->{_properties}{description} = $properties->{description} || $self->{_properties}{description};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue