diff options
author | Patrick Spek <p.spek@tyil.nl> | 2020-05-25 16:00:53 +0200 |
---|---|---|
committer | Patrick Spek <p.spek@tyil.nl> | 2020-05-25 16:00:53 +0200 |
commit | de73abf7d1dea904b0710ae6a5ff0685cc9cb979 (patch) | |
tree | 1ed974870979146fe38236f266042a2716ee78a9 | |
parent | d47b8aae8499d01f8953a26f75530a2d93453270 (diff) | |
download | log-de73abf7d1dea904b0710ae6a5ff0685cc9cb979.tar.gz log-de73abf7d1dea904b0710ae6a5ff0685cc9cb979.tar.bz2 |
Add an auth entry to META6.json
-rw-r--r-- | META6.json | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ { "api": "0", - "auth": "", + "auth": "cpan:TYIL", "authors": [ "Patrick Spek <p.spek@tyil.nl>" ], @@ -14,4 +14,4 @@ }, "source-url": "https://home.tyil.nl/git/raku/Log/", "version": "0.1.0" -}
\ No newline at end of file +} |