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

No you didn't. You only uploaded the distribution name as App::Templer, but you used the Templer top-level namespace for everything.

Replies are listed 'Best First'.
Re^5: Uploading applications to CPAN ?
by skx (Parson) on Jun 08, 2014 at 14:02 UTC

    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
    --
      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
        --