Skip to main content



a minimal, pure perl TOML parser and serializer

Changes for 0.16 - 2023-05-31

  • Remove when (GH#25) (Olaf Alders)
  • Test strict mode in to_toml_array() (GH#26) (Olaf Alders)
  • Replace @Author::BLUEFEET with equivalent config (GH#23) (Olaf Alders)
  • Make some imports explicit (GH#19) (Olaf Alders)



Find if the username has a valid mailbox in gmail

Changes for 0.16 - 2023-05-31

  • Update POD



a web front-end for a news server

Changes for 1.03

  • Error page for missing server.
  • Group articles by day in the group view.
  • Show group description, if available.
  • Allow customising of the time window of messages shown via the environment variable NEWS_DAYS.
  • Fix links if more than one references is given.
  • Use XOVER for the list overview.
  • Add pagination.
  • Add posting ability from the web, including replies.
  • Add caching.
  • Add dark mode CSS.