initial sketch of classes
[scpubgit/App-EzPz.git] / lib / Email / EzPz / SubList.pm
diff --git a/lib/Email/EzPz/SubList.pm b/lib/Email/EzPz/SubList.pm
new file mode 100644 (file)
index 0000000..8f80726
--- /dev/null
@@ -0,0 +1,9 @@
+package Email::EzPz::SubList;
+
+use Moo;
+
+has sublist_type => (is => 'ro', required => 1);
+
+with 'Email::EzPz::ListCore';
+
+1;