in reply to coding rules

The first eight "rules" are style, and so naturally I like or dislike them to varying degrees. But underneath number nine lurks a more important broken rule:

@EXPORT = qw(

#9a. Don't export anything by default. In other words, use @EXPORT_OK instead of @EXPORT.