Skip to main content




Fetch CVE information from cve.org

Changes for 0.001 - 2023-05-22

  • First release


calculate ingredient ratios

Changes for 0.03 - 2023-05-22

  • foodratio(1) can parse foodratio(1) output. More documentation improvements.



Generate HTML table

Changes for 0.010 - 2023-05-22

  • [bugfix] Fix some bugs with placement of <tbody> tag (thanks DJERIUS).
  • Add multiple header row support (header_row is now an integer instead of boolean) (thanks DJERIUS).
  • [optimize] Optimize hot path (thanks DJERIUS).
  • [doc] Document header_row argument, mention Text::Table::Tiny, add compatibility notes with Text::Table::Tiny.