From d4871b4ad324dfd21b7d37c9614b4fecb8f157d6 Mon Sep 17 00:00:00 2001 From: Angelo Naselli Date: Thu, 3 Jul 2014 22:26:35 +0200 Subject: PODdified --- lib/AdminPanel/Rpmdragora/edit_urpm_sources.pm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'lib/AdminPanel') diff --git a/lib/AdminPanel/Rpmdragora/edit_urpm_sources.pm b/lib/AdminPanel/Rpmdragora/edit_urpm_sources.pm index 16149a67..21e4b296 100644 --- a/lib/AdminPanel/Rpmdragora/edit_urpm_sources.pm +++ b/lib/AdminPanel/Rpmdragora/edit_urpm_sources.pm @@ -1015,6 +1015,28 @@ sub keys_callback() { $w->main; } +#============================================================= + +=head2 readMedia + +=head3 INPUT + +$name: optional parameter, the media called name has to be + updated + +=head3 OUTPUT + +$itemColl: yui::YItemCollection containing media data to + be added to the YTable + +=head3 DESCRIPTION + +This method reads the configured media and add their info +to the collection + +=cut + +#============================================================= sub readMedia { my ($name) = @_; if (defined $name) { -- cgit v1.2.1