summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGianni Ceccarelli <dakkar@thenautilus.net>2011-11-14 14:26:41 +0000
committerGianni Ceccarelli <dakkar@thenautilus.net>2011-11-14 14:26:41 +0000
commitfb6f7af123b483a999c7554d552fe58271493706 (patch)
treeb60c4f7b3228d5520226a9fe65b66287bab54d08
parentBuild results of dd15e2e (on master) (diff)
parentfix inserting range w/o overlap (diff)
downloaddata-multivalued-fb6f7af123b483a999c7554d552fe58271493706.tar.gz
data-multivalued-fb6f7af123b483a999c7554d552fe58271493706.tar.bz2
data-multivalued-fb6f7af123b483a999c7554d552fe58271493706.zip
Build results of dd15e2e (on master)
-rw-r--r--Changes2
-rw-r--r--lib/Data/MultiValued.pod7
2 files changed, 3 insertions, 6 deletions
diff --git a/Changes b/Changes
index 5296e47..e47c347 100644
--- a/Changes
+++ b/Changes
@@ -1,4 +1,4 @@
Revision history for Data::MultiValued
-0.0.1 2011-11-14 14:25:12 Europe/London
+0.0.1 2011-11-14 14:26:35 Europe/London
- first working version
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