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