Hi Doug,
I installed the newest version using homebrew on a mac, and now I get this at start:
```
Macaulay2, version 1.24.11
with packages: ConwayPolynomials, Elimination, IntegralClosure, InverseSystems, Isomorphism, LLLBases, MinimalPrimes, OnlineLookup,
PackageCitations, Polyhedra, PrimaryDecomposition, ReesAlgebra, Saturation, TangentCone, Truncations, Varieties
/usr/local/share/Macaulay2/Core/packages.m2:260:65:(1):[22]: error: newPackage: expected Headline to be less than 100 characters
/usr/local/share/Macaulay2/Core/packages.m2:260:65:(1):[22]: --entering debugger (type help to see debugger commands)
/usr/local/share/Macaulay2/Core/packages.m2:260:60-260:128: --source code:
if opts.Headline =!= null and #opts.Headline > 100 then error "newPackage: expected Headline to be less than 100 characters";
```
This seems to also affect my own package that I've written when I try to load it.
Any idea how to fix this?
thanks,
Luke