From 738c83079a11a1a797e18067c46e6b78fbdba098 Mon Sep 17 00:00:00 2001 From: Demayl Date: Fri, 3 Mar 2023 19:56:44 +0200 Subject: [PATCH] bump to v1.0.6 to test the rea repo --- LICENSE | 2 +- META6.json | 2 +- lib/Email/Valid.rakumod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index bf9e04f..bdefcbd 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The Artistic License 2.0 - Copyright (c) 2015-2022, Denis Kanchev + Copyright (c) 2015-2023, Denis Kanchev Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. diff --git a/META6.json b/META6.json index da35039..be2cb06 100644 --- a/META6.json +++ b/META6.json @@ -2,7 +2,7 @@ "perl" : "6.*", "name" : "Email::Valid", "license" : "Artistic-2.0", - "version" : "1.0.5", + "version" : "1.0.6", "description" : "Email validator for Raku", "tags" : ["Email", "Valid", "Validator"], "provides": { diff --git a/lib/Email/Valid.rakumod b/lib/Email/Valid.rakumod index 71c2e9e..3bd079e 100644 --- a/lib/Email/Valid.rakumod +++ b/lib/Email/Valid.rakumod @@ -1,6 +1,6 @@ use v6; -class Email::Valid:ver<1.0.5>:auth { +class Email::Valid:ver<1.0.6>:auth { use Net::DNS; # Required only when :mx_check( True ) #use Net::SMTP;