- Timestamp:
- 02/08/10 03:59:50 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre-Plugin-Swarm/lib/Padre/Plugin/Swarm/Transport/Global/WxSocket.pm
r10551 r10622 2 2 use strict; 3 3 use warnings; 4 use JSON ::XS;4 use JSON; 5 5 use Wx qw( :socket ); 6 6 use Padre::Wx (); … … 26 26 my $self = shift; 27 27 28 my $marshal = JSON ::XS->new;28 my $marshal = JSON->new; 29 29 $self->{marshal} = $marshal; 30 30 # my $config = $self->plugin->config_read;
Note: See TracChangeset
for help on using the changeset viewer.
