From eab3417396873bec1c8e36439ee28881184475e2 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 1 Apr 2009 03:11:06 +0000 Subject: [PATCH] Add POD to bring POD coverage up to 100% --- lib/WebGUI/User.pm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lib/WebGUI/User.pm b/lib/WebGUI/User.pm index 3385b7284..6aa9819e6 100644 --- a/lib/WebGUI/User.pm +++ b/lib/WebGUI/User.pm @@ -594,7 +594,13 @@ sub hasFriends { } #------------------------------------------------------------------- -# This method is depricated and is provided only for reverse compatibility. See WebGUI::Auth instead. + +=head2 identifier + +This method is depricated and is provided only for reverse compatibility. See WebGUI::Auth instead. + +=cut + sub identifier { my ($self, $value); $self = shift;