in reply to Re^4: Uploading applications to CPAN ?
in thread Uploading applications to CPAN ?

That's nested though, right? So I've not inadvertently created a whole top-level Templer:: prefix?

(i.e. I looked at the way App::Dancer does things, and I see there is no top-level Dancer:: prefix.)

Steve
--

Replies are listed 'Best First'.
Re^6: Uploading applications to CPAN ?
by Anonymous Monk on Jun 08, 2014 at 22:01 UTC
    No, App- was only included in your distribution name, and the distribution name isn't used for anything to do with the namespace. You can verify by logging into pause and checking https://pause.perl.org/pause/authenquery?ACTION=peek_perms or searching through the raw file here: http://www.cpan.org/modules/02packages.details.txt , but it looks like you deleted the dist, so you can't find them there now.

      Interesting, thanks.

      I guess I'm a little confused as to what I should do now:

      • Leave everything as-is.
      • Rename all the classes to have an App:: prefix.
      • Something else.

      The CPAN site is having issues at the moment, but I've not deleted anything, and the App::Templer permalink still works.

      Steve
      --