From 45f16307ccab87245926c8214a58bcb85bb283ad Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Sun, 9 Feb 2025 20:18:26 +0100 Subject: [PATCH] fix: fixed package name --- lib/Net/LMTP2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Net/LMTP2.pm b/lib/Net/LMTP2.pm index 3abbf2b..56ad195 100644 --- a/lib/Net/LMTP2.pm +++ b/lib/Net/LMTP2.pm @@ -1,4 +1,4 @@ -package Net::LMTP; +package Net::LMTP2; # ABSTRACT: A client class for the LMTP protocol use strict; use warnings;