Data-Annotation

 view release on metacpan or  search on metacpan

lib/Data/Annotation/Util.pod  view on Meta::CPAN

=pod

=for vim
   vim: tw=72 ts=3 sts=3 sw=3 et ai :

=encoding utf8

=head1 NAME

Data::Annotation::Util


=head1 SYNOPSIS

   use Data::Annotation::Util qw< o overlay >;

   my $ov = o(\%data);  # same as overlay(\%data);

=head1 DESCRIPTION

Utility functions.


=head1 INTERFACE

=head2 C<< o >>

Same as L</overlay>.

=head2 C<< overlay >>

   my $o = overlay(\%data_structure);

Instantiate a L<Data::Annotation::Overlay> taking the provided
C<%data_structure> for the underlay. It's also possible to pass additional
parameters that will be passed on to the constructor.

=head1 ANYTHING ELSE (INCLUDING AUTHOR, COPYRIGHT AND LICENSE)

See documentation for L<Data::Annotation>.

=cut



( run in 1.437 second using v1.01-cache-2.11-cpan-524268b4103 )