From fc89cb74d8e95283de790d5a987c58b8a28654a4 Mon Sep 17 00:00:00 2001 From: Yanick Champoux Date: Wed, 1 Nov 2023 11:09:54 -0400 Subject: [PATCH] remove ::Type --- lib/Dancer2/Plugin/JsonApi/Registry/Type.pm | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 lib/Dancer2/Plugin/JsonApi/Registry/Type.pm diff --git a/lib/Dancer2/Plugin/JsonApi/Registry/Type.pm b/lib/Dancer2/Plugin/JsonApi/Registry/Type.pm deleted file mode 100644 index 4d76621..0000000 --- a/lib/Dancer2/Plugin/JsonApi/Registry/Type.pm +++ /dev/null @@ -1,10 +0,0 @@ -package Dancer2::Plugin::JsonApi::Registry::Type; - -use Moo; - -has type => ( - required => 1, - is => 'ro', -); - -1;