Changeset 16133 for lang/perl/Net-Pathtraq
- Timestamp:
- 07/23/08 16:54:23 (5 years ago)
- Location:
- lang/perl/Net-Pathtraq/trunk
- Files:
-
- 2 modified
-
Makefile.PL (modified) (1 diff)
-
lib/Net/Pathtraq.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Net-Pathtraq/trunk/Makefile.PL
r16132 r16133 6 6 LWP::UserAgent 7 7 URI 8 JSON ::Any8 JSON 9 9 Carp 10 10 /); -
lang/perl/Net-Pathtraq/trunk/lib/Net/Pathtraq.pm
r16132 r16133 9 9 use LWP::UserAgent; 10 10 use URI; 11 use JSON ::Any;11 use JSON; 12 12 use Carp; 13 13 … … 75 75 die $res->status_line; 76 76 } 77 return $res->is_success ? JSON::Any->jsonToObj( $res->content ) : undef;77 return $res->is_success ? from_json( $res->content ) : undef; 78 78 } 79 79
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)