Hi Dariya,

> I have loaded archive with the module on pause.perl.org. Files in directory 
> authors/id/K/KI/KIRILLOVA. But my module has not appeared on cpan.org.

I see one file in your directory:

        http://www.cpan.org/authors/id/K/KI/KIRILLOVA/ 
<http://www.cpan.org/authors/id/K/KI/KIRILLOVA/>

The file is

        Lingua-Numending-0.01.tar.gzip 
<http://www.cpan.org/authors/id/K/KI/KIRILLOVA/Lingua-Numending-0.01.tar.gzip>

My first comment is that the filename would normally end with “.tar.gz”, rather 
than ".tar.gzip”

But when I try and extract it, I’m told that the file contains one file, 
Lingua-Numending-0.01.zip, and then I can’t extract anything from that. 
Normally if I downloaded a file Lingua-Numending-0.01.tar.gz I’d expect it to 
extract into a directory

        Lingua-Numending-0.01

If your distribution has a Makefile.PL based on ExtUtils::MakeMaker, then you 
can just run the following to build the expected tarball:

        perl Makefile.PL
        make dist

If you’re using Dist::Zilla, you can build the tarball with “dzil build”, but 
normally you do the build and release in a single step, with:

        dzil release

PAUSE has almost certainly been unable to identify any modules in your tarball, 
which is why you haven’t seen anything turn up on CPAN.

I hope this helps. If you’re still stuck, I’d suggest you ask for more help on 
the #toolchain channel on irc.perl.org <http://irc.perl.org/>

Cheers,
Neil

  • Module Дарья Кириллова
    • Re: Module Neil Bowers

Reply via email to