onemoredata / bagger

Massive log storage in PostgreSQL
BSD 2-Clause "Simplified" License
9 stars 0 forks source link

add tests for undeclared dependnecies #104

Closed einhverfr closed 7 months ago

einhverfr commented 7 months ago

We have missed many dependencies in the past.

My proposal:

  1. Build list of dependencies from Makefile.PL
  2. Load all PMs and check use cases against: a. not Bagger namespace, not whitelist, in Makefile.PL
  3. Fail if any are undeclared.