Subject: | An interface to create META files |
This is just a wish list item. I'd like a way to build up a META data structure without knowing
anything about the data structure itself. Something like:
$meta->add_to_provides( ... );
$meta->add_to_configure_requires( ... );
$meta->set_perl_version( ... );
$meta->set_repository( ... );
I'm not suggesting a particular interface, and there's probably a clever way to take the spec and
automatically provide the interface.
Some of this relates to my work to convert legacy scripts into distributions.