Hi, Robert.
You need to have permissions on "App::Tel" itself and your distribution
seems to have only "App::Tel::CiscoColors" etc.
Just add a legal "lib/App/Tel.pm" with a "package App::Tel" statement (and
$VERSION!) and try again. That's a good place to document what your
distribution is about
Any idea why it's failing? I checked the distribution name with pause
and it said nobody is using the App::Tel namespace and App is set for
free-for-all.
I would not be suprised at all if I did something wrong. It's my second
or third module and my first that doesn't use Dist::Zilla. I finally