From 0d8f384724ad5ef2ae2492c0423701dfc60565bf Mon Sep 17 00:00:00 2001 From: Guillaume Rousse Date: Wed, 7 Mar 2012 20:55:11 +0000 Subject: fix data structure example in pod --- urpm/cfg.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'urpm/cfg.pm') diff --git a/urpm/cfg.pm b/urpm/cfg.pm index 38b88db2..9d82c06f 100644 --- a/urpm/cfg.pm +++ b/urpm/cfg.pm @@ -25,7 +25,8 @@ Reads an urpmi configuration file and returns its contents in a hash ref : { media => [ - 'medium name 1' => { + { + name => 'medium name 1', url => 'http://...', option => 'value', ... -- cgit v1.2.1