X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=free%2Flibs%2Fexamples%2Finternal%2Fconfigure;h=6f4a678d757d57c71a709f3ba350e1b5c41295b3;hb=89f86d97def2a365b1799f70e3f254264b9c7615;hp=034d43d62d020c47ad30caa74c008eab4058a269;hpb=09e7fe5641b94148d998a1b620bf694f353cb17b;p=libucw.git diff --git a/free/libs/examples/internal/configure b/free/libs/examples/internal/configure index 034d43d6..6f4a678d 100755 --- a/free/libs/examples/internal/configure +++ b/free/libs/examples/internal/configure @@ -17,7 +17,7 @@ BEGIN { die "Don't know how to find myself. Please set SRCDIR manually."; } } - require "$srcdir/ucw/perl/Configure.pm"; + require "$srcdir/ucw/perl/UCW/Configure.pm"; UCW::Configure::import UCW::Configure; }