diff options
author | Gianni Ceccarelli <dakkar@thenautilus.net> | 2011-11-14 14:26:41 +0000 |
---|---|---|
committer | Gianni Ceccarelli <dakkar@thenautilus.net> | 2011-11-14 14:26:41 +0000 |
commit | fb6f7af123b483a999c7554d552fe58271493706 (patch) | |
tree | b60c4f7b3228d5520226a9fe65b66287bab54d08 /lib/Data | |
parent | Build results of dd15e2e (on master) (diff) | |
parent | fix inserting range w/o overlap (diff) | |
download | data-multivalued-fb6f7af123b483a999c7554d552fe58271493706.tar.gz data-multivalued-fb6f7af123b483a999c7554d552fe58271493706.tar.bz2 data-multivalued-fb6f7af123b483a999c7554d552fe58271493706.zip |
Build results of dd15e2e (on master)
Diffstat (limited to 'lib/Data')
-rw-r--r-- | lib/Data/MultiValued.pod | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/Data/MultiValued.pod b/lib/Data/MultiValued.pod index bfc49f9..af3b2d0 100644 --- a/lib/Data/MultiValued.pod +++ b/lib/Data/MultiValued.pod @@ -1,4 +1,5 @@ # PODNAME: Data::MultiValued +# ABSTRACT: store tag- and range-dependant data in a scalar or Moose attribute __END__ @@ -6,7 +7,7 @@ __END__ =head1 NAME -Data::MultiValued +Data::MultiValued - store tag- and range-dependant data in a scalar or Moose attribute =head1 VERSION @@ -69,10 +70,6 @@ tags and ranges interact in sensible ways, including clearing ranges =back -=head1 NAME - -Data::MultiValued - store tag- and range-dependant data in a scalar or Moose attribute - =head1 Where to go from here Look at the tests for detailed examples of usage. Look at |