Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

perl module won't upload to CPAN

by srchulo (Sexton)
on Jul 18, 2013 at 20:43 UTC ( [id://1045187]=perlquestion: print w/replies, xml ) Need Help??

srchulo has asked for the wisdom of the Perl Monks concerning the following question:

Hi Monks,

I've uploaded a module to CPAN, but it's been over a day and it is not showing up in CPAN yet and I have not gotten any emails about the upload failing. However, I can see that the file has been uploaded to my CPAN user directory here. Is there maybe something I did wrong? The name of the module is Object::Tiny::RW::XS. Does it maybe have something to do with how I don't have permissions on the top level Object::Tiny module?

Thanks,

srchulo

Replies are listed 'Best First'.
Re: perl module won't upload to CPAN
by tobyink (Canon) on Jul 18, 2013 at 21:39 UTC

    Ah yes, I noticed that one when perusing https://metacpan.org/recent, and was going to e-mail you but forgot. You uploaded it OK, however the module file itself was missing from the tarball, so it won't have been indexed. You've got the wrong name for the module file in your MANIFEST (see line 7).

    package Cow { use Moo; has name => (is => 'lazy', default => sub { 'Mooington' }) } say Cow->new->name

      Wow, thanks so much! I forked my module from Object::Tiny::RW, and I guess I never updated the MANIFEST. Thanks again! :)

Re: perl module won't upload to CPAN
by bingos (Vicar) on Jul 18, 2013 at 21:42 UTC

    Your distribution appears to not contain any modules

    $ pwd /home/bingos/build/Object-Tiny-RW-XS-0.02 $ find . . ./README ./lib ./lib/Object ./lib/Object/Tiny ./MANIFEST ./Changes ./META.yml ./LICENSE ./t ./t/02_main.t ./t/98_pod.t ./t/97_meta.t ./t/99_pmv.t ./t/03_subclass.t ./t/01_compile.t ./Makefile.PL ./META.json ./examples

    Perhaps check your MANIFEST file

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1045187]
Approved by bingos
Front-paged by toolic
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (5)
As of 2024-04-19 02:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found