info.ss
(module info (lib "infotab.ss" "setup")
  (define name "Test connection")
  (define blurb "Tests your PLaneT collection to make sure it's working properly.")
  (define primary-file "test-connection.ss")
  (define categories '(planet))
  (define doc.txt '("doc.txt"))
  
  )