diff options
Diffstat (limited to 'lib/Data/MultiValued.pod')
-rw-r--r-- | lib/Data/MultiValued.pod | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/lib/Data/MultiValued.pod b/lib/Data/MultiValued.pod index ebae360..af3b2d0 100644 --- a/lib/Data/MultiValued.pod +++ b/lib/Data/MultiValued.pod @@ -1,6 +1,18 @@ # PODNAME: Data::MultiValued # ABSTRACT: store tag- and range-dependant data in a scalar or Moose attribute + +__END__ +=pod + +=head1 NAME + +Data::MultiValued - store tag- and range-dependant data in a scalar or Moose attribute + +=head1 VERSION + +version 0.0.1 + =head1 SYNOPSIS use Data::MultiValued::Tags; @@ -68,3 +80,16 @@ L<Data::MultiValued::AttributeTrait::Ranges> and L<Data::MultiValued::AttributeTrait::TagsAndRanges> for the Moose attribute traits. +=head1 AUTHOR + +Gianni Ceccarelli <dakkar@thenautilus.net> + +=head1 COPYRIGHT AND LICENSE + +This software is copyright (c) 2011 by Net-a-porter.com. + +This is free software; you can redistribute it and/or modify it under +the same terms as the Perl 5 programming language system itself. + +=cut + |