--- deliantra/Deliantra-Client/DC.pm 2009/03/29 22:28:12 1.205 +++ deliantra/Deliantra-Client/DC.pm 2012/01/04 11:23:23 1.212 @@ -19,7 +19,7 @@ our $VERSION; BEGIN { - $VERSION = '2.03'; + $VERSION = '2.11'; use XSLoader; XSLoader::load "Deliantra::Client", $VERSION; @@ -38,6 +38,12 @@ use JSON::XS qw(encode_json decode_json); use Guard qw(guard); +# modules to support other DC::* packages +use List::Util (); +use IO::AIO (); +use Coro::AIO (); +use AnyEvent::AIO (); + =item shorten $string[, $maxlength] =cut