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/lib/Padre/Service/Swarm.pm

    r10551 r10622  
    33use strict; 
    44use warnings; 
    5 use JSON::XS; 
     5use JSON; 
    66use Padre::Wx      (); 
    77use Padre::Service (); 
     
    127127 
    128128sub marshal { 
    129     JSON::XS->new 
     129    JSON->new 
    130130        ->allow_blessed 
    131131        ->convert_blessed 
Note: See TracChangeset for help on using the changeset viewer.