TODO list for Perl module CPAN::Reporter::Smoker

#--------------------------------------------------------------------------#
# Bugs
#--------------------------------------------------------------------------#

#--------------------------------------------------------------------------#
# Features
#--------------------------------------------------------------------------#

# High priority

# Medium priority

- if interrupted, offer to send email to bug-Dist-Name@rt.cpan.org?
    - use Net::SMTP?
    
- create old alpha modules for minicpan and confirm they *aren't* tested
    - edit file-ls.gz

- retest discards after some period of time
    - or after failing deps are updated -- but how to discover what these are?
      would need changes to CPAN::Reporter history logging to separately
      log DISCARD with the missing dependencies

- on CTRL-C, if CPAN has distroprefs, offer to auto-disable the current distro

- dependencies
    - look at Module::Depends::Intrusive and CPAN::Unwind

- statistics -- show counter of tests for each test run; show total tests 
  run at the end

- docs: suggest that they join cpan-testers-discuss mailing list

# Low/Maybe

- logging STDERR to a file -- parameter to start()?

- add some process control -- keep a proces ID in a run file and add a stop()
  commnd to stop a running process.

- try Parse::CPAN::Meta as a way of getting dependencies?

- find a way to clear CPAN programmatically instead of running in a subshell
  or else find a way to patch CPAN's set_perl5lib to restrict to only
  the necessary distributions

