From 5a790dbd5b8c9a6adc130ff6c11c26c42f6350fc Mon Sep 17 00:00:00 2001 From: swag Date: Sat, 4 Dec 2021 03:47:55 -0500 Subject: [PATCH] Minor cleanup --- lib/GuestbookNg/Model/Test.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/GuestbookNg/Model/Test.pm b/lib/GuestbookNg/Model/Test.pm index 035745a..dd07bc0 100755 --- a/lib/GuestbookNg/Model/Test.pm +++ b/lib/GuestbookNg/Model/Test.pm @@ -7,7 +7,7 @@ use warnings; use experimental qw{signatures}; sub new($class) { - bless {}, $class + bless {} } sub test_model($self, $string) {