Stringify-Deep

 view release on metacpan or  search on metacpan

lib/Stringify/Deep.pm  view on Meta::CPAN

use strict;
use warnings;

require Exporter;
use base 'Exporter';

our @EXPORT    = qw();
our @EXPORT_OK = qw(deep_stringify);

use Data::Structure::Util qw(unbless);
use Ref::Util             qw(is_blessed_ref);

our $VERSION = '0.03';

=head1 NAME

Stringify::Deep - Stringifies elements in data structures for easy serialization

=head1 SYNOPSIS

  my $struct = {



( run in 0.241 second using v1.01-cache-2.11-cpan-4d50c553e7e )