--- deliantra/Deliantra-Client/DC.pm 2009/12/22 00:41:47 1.209 +++ deliantra/Deliantra-Client/DC.pm 2012/01/07 15:24:41 1.213 @@ -19,7 +19,7 @@ our $VERSION; BEGIN { - $VERSION = '2.09'; + $VERSION = '3.0'; 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