Subject: | Plugin does not prevent more than one instance of itself running |
If, say, a plugin bundle included this plugin, and then it was included separately, both copies run, which results in multiple entries being added to the .pm file (and worse, they can even use different values).. all without the developer noticing.
The plugin should die noisily if it is included more than once.