Tag the old version before converting to the new auth. Convert to new auth, add live...
authorTomas Doran <bobtfish@bobtfish.net>
Sun, 28 Sep 2008 15:38:39 +0000 (15:38 +0000)
committerTomas Doran <bobtfish@bobtfish.net>
Sun, 28 Sep 2008 15:38:39 +0000 (15:38 +0000)
commit1658508350f43b56a125c3d276b7af0ad7d9b8e8
tree673f6b09646c22c3c6a88ae497d081f79a952ff2
parent34f62807d3de40b6dfe807e2e3e36d996a519120
Tag the old version before converting to the new auth. Convert to new auth, add live test, add pod & coverage tests, fixup docs
23 files changed:
Build.PL [deleted file]
Changes
MANIFEST [new file with mode: 0644]
Makefile.PL [new file with mode: 0644]
README [new file with mode: 0644]
Todo [new file with mode: 0644]
lib/Catalyst/Authentication/Store/Htpasswd.pm [new file with mode: 0644]
lib/Catalyst/Authentication/Store/Htpasswd/Backend.pm [moved from lib/Catalyst/Plugin/Authentication/Store/Htpasswd/Backend.pm with 100% similarity]
lib/Catalyst/Authentication/Store/Htpasswd/User.pm [moved from lib/Catalyst/Plugin/Authentication/Store/Htpasswd/User.pm with 74% similarity]
lib/Catalyst/Plugin/Authentication/Store/Htpasswd.pm [deleted file]
t/00-load.t [new file with mode: 0644]
t/backend.t
t/backend_md5.t
t/kwalitee.t [new file with mode: 0755]
t/lib/TestApp.pm [new file with mode: 0644]
t/lib/TestApp/Controller/Root.pm [new file with mode: 0644]
t/lib/TestApp/Model/Tangram.pm [new file with mode: 0644]
t/lib/TestApp/htpasswd [new file with mode: 0644]
t/lib/script/testapp_server.pl [new file with mode: 0644]
t/lib/script/testapp_test.pl [new file with mode: 0644]
t/live-test.t [new file with mode: 0644]
t/pod-coverage.t [new file with mode: 0644]
t/pod.t [new file with mode: 0644]