audreyt / module-signature

Module signature file manipulation
http://github.com/audreyt/module-signature
16 stars 28 forks source link

fix $AUTHOR #18

Closed rivy closed 8 years ago

rivy commented 8 years ago

Author key IDs may contain white space (eg, 'My Name my.email@gmail.com'), and, so, $AUTHOR needs to be quoted when used.

While I was touching the code, I also added $AUTHOR to @EXPORT_OK. And I added some documentation about the $AUTHOR variable and $ENV{MODULE_SIGNATURE_AUTHOR} default initializer.