diff options
author | Andy Lester | 2010-02-26 16:46:37 +0000 |
---|---|---|
committer | Andy Lester | 2010-02-26 16:46:37 +0000 |
commit | 24938faeda687d8228db3ea0b8233833d2cfaa87 (patch) | |
tree | 8b0532550711bb1700e8fb79d1d3efa122e9d6dd | |
parent | f7e3ce0d51ee2f74abbd0b34ebd0f9ae7f7525f0 (diff) |
new Perl-specific section of the TODO
-rw-r--r-- | TODO | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -25,8 +25,6 @@ Quick list of outstanding items / bugs / feature requests for CP: * Check at least one table has been vacuumed/analyzed since X time -* Put on CPAN - * Check every table has been vacuum|analyze at least once. (no NULL) * Check at least one table has been vacuumed|analyzed since X hours/days/... @@ -39,3 +37,10 @@ Quick list of outstanding items / bugs / feature requests for CP: * For the Nagios 'perf' output on last_analyze and last_vacuum (and other things with a time), consider making a single global timing call. + +# Perl-specific + +* Put on CPAN + +* Create a Perl::Critic test suite + |