X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fblosxom-plugins.git;a=blobdiff_plain;f=gavinc%2Fhcard;h=04284738fc0cceafddeee887ad993df3d08820e9;hp=b02dfc1d59eaa451be39b8777c0bafbd978cd886;hb=HEAD;hpb=2c18c54630ee453b3074c153a92438ebdec8e726 diff --git a/gavinc/hcard b/gavinc/hcard index b02dfc1..0428473 100644 --- a/gavinc/hcard +++ b/gavinc/hcard @@ -14,14 +14,13 @@ use IO::File; # --- Configuration defaults ----- -my %config = ( +my %config = (); - # Where is the hcard metadata? - hcard_meta_file => "$blosxom::datadir/hcard.yml", - -); +# Where is the hcard metadata? +$config{hcard_meta_file} = "$blosxom::datadir/hcard.yml"; # -------------------------------- +# __END_CONFIG__ use vars qw($hcard); $hcard = '';