Merge branch 'asset-helpers' into 8

Conflicts:
	README
	lib/WebGUI/Role/Asset/AlwaysHidden.pm
This commit is contained in:
Doug Bell 2010-02-17 15:24:46 -06:00
commit 845ede878a
24 changed files with 2089 additions and 2 deletions

View file

@ -24,6 +24,10 @@ Asset Role that guarantees that the isHidden property is always 1.
=head1 SYNOPSIS
Despite using OO style methods, there are no AssetHelper objects. This is simply to provide inheritance.
=head1 METHODS
with WebGUI::Role::Asset::AlwaysHidden;
=cut
@ -40,6 +44,4 @@ around isHidden => sub {
$self->$orig(@_);
};
1;