summaryrefslogtreecommitdiff
path: root/lib/Data/MultiValued/TagContainerForRanges.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Data/MultiValued/TagContainerForRanges.pm')
-rw-r--r--lib/Data/MultiValued/TagContainerForRanges.pm9
1 files changed, 8 insertions, 1 deletions
diff --git a/lib/Data/MultiValued/TagContainerForRanges.pm b/lib/Data/MultiValued/TagContainerForRanges.pm
index 9cfc617..826df9d 100644
--- a/lib/Data/MultiValued/TagContainerForRanges.pm
+++ b/lib/Data/MultiValued/TagContainerForRanges.pm
@@ -46,7 +46,7 @@ L<Data::MultiValued::UglySerializationHelperRole>.
=head2 C<_rebless_storage>
-Blesses the "storage cells"
+Blesses the "storage cells" into L<Data::MultiValued::RangeContainer>.
=cut
@@ -58,6 +58,13 @@ sub _rebless_storage {
return;
}
+=head2 C<_as_hash>
+
+Returns the internal representation with no blessed hashes, with as
+few copies as possible.
+
+=cut
+
sub _as_hash {
my ($self) = @_;
my %st;