From: martinahansen Date: Sat, 6 Feb 2010 18:07:30 +0000 (+0000) Subject: added search function to NClist.pm X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=726c26552a2b37f9090f4ae7cb11a566c0d2707c;p=biopieces.git added search function to NClist.pm git-svn-id: http://biopieces.googlecode.com/svn/trunk@867 74ccb610-7750-0410-82ae-013aeee3265d --- diff --git a/code_perl/Maasha/NClist.pm b/code_perl/Maasha/NClist.pm index b81b2db..9c3a71e 100644 --- a/code_perl/Maasha/NClist.pm +++ b/code_perl/Maasha/NClist.pm @@ -40,7 +40,7 @@ use strict; use Maasha::Filesys; use Data::Dumper; use Time::HiRes; -use Json::XS; +use JSON::XS; use vars qw( @ISA @EXPORT );