From dcbf392ecd8e22ad4d3d326b83d89d749ca88481 Mon Sep 17 00:00:00 2001 From: dakkar Date: Sun, 5 Feb 2017 13:29:42 +0000 Subject: ::Subscriber 'raw_address' is now 'primary' It was a horrible name. The coercion from hashref is also simplified this way. --- example/sietima | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'example') diff --git a/example/sietima b/example/sietima index 2e0f338..261a943 100755 --- a/example/sietima +++ b/example/sietima @@ -24,8 +24,8 @@ Sietima::CmdLine->new({ subject_tag => 'Test', subscribers => [ 'dakkar-a@thenautilus.net', - { address => 'dakkar-b@thenautilus.net', aliases => [ 'dakkar-bis@thenautilus.net' ] }, - { address => 'dakkar-c@thenautilus.net', prefs => { wants_mail => 0 } }, + { primary => 'dakkar-b@thenautilus.net', aliases => [ 'dakkar-bis@thenautilus.net' ] }, + { primary => 'dakkar-c@thenautilus.net', prefs => { wants_mail => 0 } }, ], }, })->run; -- cgit v1.2.3