Revision 476
- Date:
- 2015/02/25 17:05:09
- Files:
Legend:
- Added
- Removed
- Modified
-
utf8/core/lib/Contenido/Object.pm
372 372 my $self = shift; 373 373 my $data = shift; 374 374 if ( $self->keeper->serialize_with eq 'json' ) { 375 return $json_n->encode($data); 375 return $json_n->encode(ref $data ? $data : {}); 376 376 } else { 377 377 local $Data::Dumper::Indent = 0; 378 378 return Data::Dumper::Dumper($data); -
utf8/core/ports/all/Net-SSLeay/GNUmakefile
2 2 # 3 3 ############################################################################### 4 4 5 PORTVERSION = 1.54 5 PORTVERSION = 1.68 6 6 PERL_MAKEMAKER = yes 7 7 MASTER_CPAN_SUBDIR = Net 8 8