X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fperl%2FConfig.pm;h=552690caccea76fa85eeb8feb2a1dfff67125e4a;hb=f39ec2e7c8ccdbe0a48037ae5fe5f6f90b374db4;hp=d145495cb25a4c21c0d5b02b2057b68918ef8818;hpb=15daeb0701e19fcc98cd1f00b58364892c2d46e0;p=libucw.git diff --git a/lib/perl/Config.pm b/lib/perl/Config.pm index d145495c..552690ca 100644 --- a/lib/perl/Config.pm +++ b/lib/perl/Config.pm @@ -5,7 +5,7 @@ # This software may be freely distributed and used according to the terms # of the GNU Lesser General Public License. -package Sherlock::Config; +package UCW::Config; use strict; use warnings; @@ -44,7 +44,7 @@ sub Parse(@) { } elsif (ref $var eq "ARRAY") { push @$var, $val; } elsif (ref $var) { - die ("Sherlock::Config::Parse: don't know how to set $o"); + die ("UCW::Config::Parse: don't know how to set $o"); } } }