Changeset 10622 for trunk/Padre-Plugin-Swarm/t/06_service.t
- Timestamp:
- 02/08/10 03:59:50 (6 months ago)
- Files:
-
- 1 modified
-
trunk/Padre-Plugin-Swarm/t/06_service.t (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre-Plugin-Swarm/t/06_service.t
r10144 r10622 1 1 use Test::More skip_all => 'Still trouble driving padre in testing'; 2 use JSON ::XS;2 use JSON; 3 3 use t::lib::Demo; 4 4 … … 26 26 27 27 $socket->mcast_send( 28 JSON:: XS::encode_json( {28 JSON::encode_json( { 29 29 from => getlogin(), 30 30 type =>'chat',
