summaryrefslogtreecommitdiff
path: root/lib/DeWeave/Collection/Prefs.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/DeWeave/Collection/Prefs.pm')
-rw-r--r--lib/DeWeave/Collection/Prefs.pm8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/DeWeave/Collection/Prefs.pm b/lib/DeWeave/Collection/Prefs.pm
new file mode 100644
index 0000000..3b5d3e5
--- /dev/null
+++ b/lib/DeWeave/Collection/Prefs.pm
@@ -0,0 +1,8 @@
+package DeWeave::Collection::Prefs;
+use Moose;
+use namespace::autoclean;
+use DeWeave::BO::Pref;
+
+extends 'DeWeave::Collection';
+
+1;