projects
/
catagits/Reaction.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
bf0540d
)
fixed package name | updated deps
wreis [Thu, 30 Oct 2008 02:23:54 +0000 (
02:23
+0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
lib/Reaction/InterfaceModel/Object/User/Role/ConfirmationCodeSupport.pm
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
eb6b196
..
8ea5e17
100644
(file)
--- 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
(file)
--- 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 ();