--- deliantra/Deliantra-Client/Client.pm 2008/09/30 18:38:27 1.2 +++ deliantra/Deliantra-Client/Client.pm 2012/01/16 21:11:15 1.3 @@ -1,13 +1,23 @@ -# this module only exists to make CPAN believe that there is indeed, -# something called "Deliantra::Client" on CPAN. This is insanely hard :( +# this module only exists mostly make CPAN believe that there is indeed, +# something called "Deliantra::Client" on CPAN. package Deliantra::Client; -$VERSION = 0.9978; +for (grep !ref, @INC) { + my $path = "$_/Deliantra/Client/private"; + if (-d $path) { + unshift @INC, $path; + last; + } +} + +require DC; + +$VERSION = $DC::VERSION; package App::Deliantra; -$VERSION = 0.9978; +$VERSION = $DC::VERSION; 1;