ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/DC.pm
(Generate patch)

Comparing deliantra/Deliantra-Client/DC.pm (file contents):
Revision 1.211 by root, Sat Apr 24 06:27:40 2010 UTC vs.
Revision 1.212 by root, Wed Jan 4 11:23:23 2012 UTC

35use File::Path (); 35use File::Path ();
36use Storable (); # finally 36use Storable (); # finally
37use Fcntl (); 37use Fcntl ();
38use JSON::XS qw(encode_json decode_json); 38use JSON::XS qw(encode_json decode_json);
39use Guard qw(guard); 39use Guard qw(guard);
40
41# modules to support other DC::* packages
42use List::Util ();
43use IO::AIO ();
44use Coro::AIO ();
45use AnyEvent::AIO ();
40 46
41=item shorten $string[, $maxlength] 47=item shorten $string[, $maxlength]
42 48
43=cut 49=cut
44 50

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines