aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO10
1 files changed, 5 insertions, 5 deletions
diff --git a/TODO b/TODO
index 8c87149..a2d7744 100644
--- a/TODO
+++ b/TODO
@@ -4,9 +4,7 @@ Release 1.0:
* Add a test suite for the wallet -u option.
-* Write the LDAP entitlement ACL verifier.
-
-* Write the PTS ACL verifier.
+* Add a test suite for kasetkey.
* Add POD coverage testing using Test::POD::Coverage for the server
modules.
@@ -30,8 +28,6 @@ Release 1.0:
* Rewrite the client test suite to use Perl and to make better use of
shared code so that it can be broken into function components.
-* Add a test suite for kasetkey.
-
* Catch exceptions on object creation in wallet-backend so that we can log
those as well.
@@ -55,6 +51,10 @@ Release 1.0:
* Implement a simple file wallet object. Document a naming convention for
those files (group-service, perhaps).
+* Write the LDAP entitlement ACL verifier.
+
+* Write the PTS ACL verifier.
+
* Rename Wallet::ACL::* to Wallet::Verifier::*. Add Wallet::ACL as a
generic interface with Wallet::ACL::Database and Wallet::ACL::List
implementations (or some similar name) so that we can create and check