From f57a972b99ce9138741efff3e87c40537ffa0219 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Quelin?= Date: Thu, 1 Oct 2009 17:25:36 +0200 Subject: [PATCH] pod update --- lib/Audio/MPD/Common/Item/Directory.pm | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/lib/Audio/MPD/Common/Item/Directory.pm b/lib/Audio/MPD/Common/Item/Directory.pm index 76428ed..6fb076d 100644 --- a/lib/Audio/MPD/Common/Item/Directory.pm +++ b/lib/Audio/MPD/Common/Item/Directory.pm @@ -8,9 +8,10 @@ use Moose; use base qw{ Audio::MPD::Common::Item }; + # -- attributes -=attr $status->directory() +=attr $item->directory() The path to the item's directory. @@ -23,5 +24,8 @@ __END__ =head1 DESCRIPTION -L is more a placeholder for a -hash ref with one pre-defined key, namely the directory name. +L is more a placeholder with some +attributes. + +The constructor should only be called by L's +constructor. -- 2.11.4.GIT