From 03687f0f39f23f3e998f6cca34dc81858f89895f Mon Sep 17 00:00:00 2001 From: dakkar Date: Tue, 14 Feb 2017 22:02:41 +0000 Subject: more POD --- lib/Sietima/Role/WithOwner.pm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/Sietima/Role/WithOwner.pm b/lib/Sietima/Role/WithOwner.pm index 5a11d05..1dfd362 100644 --- a/lib/Sietima/Role/WithOwner.pm +++ b/lib/Sietima/Role/WithOwner.pm @@ -37,6 +37,12 @@ has owner => ( coerce => AddressFromStr, ); +=modif C + +This method declares the C address. + +=cut + around list_addresses => sub($orig,$self) { return +{ $self->$orig->%*, -- cgit v1.2.3