Ignore:
Timestamp:
02/08/10 03:59:50 (2 years ago)
Author:
submersible_toaster
Message:

back to JSON from JSON::XS.. likely to be JSON::PP any time now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre-Plugin-Swarm/t/06_service.t

    r10144 r10622  
    11use Test::More skip_all => 'Still trouble driving padre in testing'; 
    2 use JSON::XS; 
     2use JSON; 
    33use t::lib::Demo; 
    44 
     
    2626 
    2727$socket->mcast_send( 
    28         JSON::XS::encode_json( { 
     28        JSON::encode_json( { 
    2929        from => getlogin(), 
    3030        type =>'chat', 
Note: See TracChangeset for help on using the changeset viewer.