aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.PL2
-rw-r--r--lib/Reaction/InterfaceModel/Object/User/Role/ConfirmationCodeSupport.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.PL b/Makefile.PL
index eb6b196..8ea5e17 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -28,7 +28,7 @@ requires 'DateTime::Event::Recurrence';
requires 'DateTime::Format::MySQL';
requires 'Time::ParseDate';
requires 'Email::Valid';
-requires 'Digest::MD5';
+requires 'Crypt::Eksblowfish::Bcrypt';
requires 'Email::Send';
requires 'Email::MIME';
requires 'Email::MIME::Creator';
diff --git a/lib/Reaction/InterfaceModel/Object/User/Role/ConfirmationCodeSupport.pm b/lib/Reaction/InterfaceModel/Object/User/Role/ConfirmationCodeSupport.pm
index bf79eef..7538119 100644
--- a/lib/Reaction/InterfaceModel/Object/User/Role/ConfirmationCodeSupport.pm
+++ b/lib/Reaction/InterfaceModel/Object/User/Role/ConfirmationCodeSupport.pm
@@ -1,4 +1,4 @@
-package Reaction::InterfaceModel::Action::User::Role::ConfirmationCodeSupport;
+package Reaction::InterfaceModel::Object::User::Role::ConfirmationCodeSupport;
use Reaction::Role;
use Crypt::Eksblowfish::Bcrypt ();