Hi Doug,
You currently have the first-come indexing permission on both
Yancy::Backend::SQLite and Yancy::Backend::Sqlite. From 06perms.txt:
Yancy::Backend::SQLite,PREACTION,f
Yancy::Backend::Sqlite,PREACTION,f
The one that’s indexed is Yancy::Backend::Sqlite, so without even looking at
your code history, I’m assuming that you first released Yancy with
Yancy::Backend::SQLite and later changed it to Yancy::Backend::Sqlite?
PAUSE will soon be changed to automatically handle this, changing the perms to
the latest version of a package name where the only that the changes is case.
Right now PAUSE gives perms on both versions, which can then cause problems
down the road if you transfer one of them to someone else.
Are you ok for me to drop the unused Yancy::Backend::SQLite on your behalf,
ahead of this change?
Cheers,
Neil