move Credential::NoPassword to new spot
skaufman [Sun, 6 Jan 2013 23:51:57 +0000 (23:51 +0000)]
lib/Catalyst/Authentication/Credential/NoPassword.pm [moved from lib/Catalyst/Plugin/Authentication/Credential/NoPassword.pm with 100% similarity]
t/store_nopassord.t [new file with mode: 0644]

diff --git a/t/store_nopassord.t b/t/store_nopassord.t
new file mode 100644 (file)
index 0000000..1c507c0
--- /dev/null
@@ -0,0 +1,7 @@
+use strict;
+use warnings;
+
+use Test::More tests => 1;
+
+use_ok 'Catalyst::Authentication::Credential::NoPassword', "Catalyst::Authentication::Credential::NoPassword at right spot";
+