From 8f8335ce92e8f7d339967cf8b40e9328b5f221c9 Mon Sep 17 00:00:00 2001 From: Graham Knop Date: Wed, 17 Feb 2010 16:44:03 -0600 Subject: [PATCH] fix AlwaysHidden docs --- lib/WebGUI/Role/Asset/AlwaysHidden.pm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/WebGUI/Role/Asset/AlwaysHidden.pm b/lib/WebGUI/Role/Asset/AlwaysHidden.pm index 8c866dbb8..7336fd751 100644 --- a/lib/WebGUI/Role/Asset/AlwaysHidden.pm +++ b/lib/WebGUI/Role/Asset/AlwaysHidden.pm @@ -24,10 +24,6 @@ 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