Skip Menu |

This queue is for tickets about the Mojolicious-Plugin-ZipBomb CPAN distribution.

Report information
The Basics
Id: 127803
Status: resolved
Priority: 0/
Queue: Mojolicious-Plugin-ZipBomb

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.02
Fixed in: (no value)



Subject: Illegal or missing directory 'share'
Fails to build on all of my smokers (and other people's smokers, too): ... Output from '/usr/perl5.16.3t/bin/perl5.16.3 Makefile.PL': Illegal or missing directory 'share' at /usr/perl5.16.3t/lib/site_perl/5.16.3/File/ShareDir/Install.pm line 105. File::ShareDir::Install::_add_dir(HASH(0x4143e2e8), "share") called at /usr/perl5.16.3t/lib/site_perl/5.16.3/File/ShareDir/Install.pm line 42 File::ShareDir::Install::install_share("dist") called at Makefile.PL line 8 ...
Le Sam 24 Nov 2018 09:17:03, SREZIC a écrit : Show quoted text
> Fails to build on all of my smokers (and other people's smokers, too): > > ... > Output from '/usr/perl5.16.3t/bin/perl5.16.3 Makefile.PL': > > Illegal or missing directory 'share' at > /usr/perl5.16.3t/lib/site_perl/5.16.3/File/ShareDir/Install.pm line > 105. > File::ShareDir::Install::_add_dir(HASH(0x4143e2e8), "share") > called at > /usr/perl5.16.3t/lib/site_perl/5.16.3/File/ShareDir/Install.pm line 42 > File::ShareDir::Install::install_share("dist") called at > Makefile.PL line 8 > ...
Hello, Sorry, it's been a long time that I didn't create a module and I didn't thought to add the share directory to the MANIFEST. The version 0.03 should be ok. Thanks for your report. Regards,
On 2018-11-24 15:20:41, LDIDRY wrote: Show quoted text
> Le Sam 24 Nov 2018 09:17:03, SREZIC a écrit :
> > Fails to build on all of my smokers (and other people's smokers, > > too): > > > > ... > > Output from '/usr/perl5.16.3t/bin/perl5.16.3 Makefile.PL': > > > > Illegal or missing directory 'share' at > > /usr/perl5.16.3t/lib/site_perl/5.16.3/File/ShareDir/Install.pm line > > 105. > > File::ShareDir::Install::_add_dir(HASH(0x4143e2e8), "share") > > called at > > /usr/perl5.16.3t/lib/site_perl/5.16.3/File/ShareDir/Install.pm line > > 42 > > File::ShareDir::Install::install_share("dist") called at > > Makefile.PL line 8 > > ...
> > Hello, > > Sorry, it's been a long time that I didn't create a module and I > didn't thought to add the share directory to the MANIFEST.
A tip: running "make disttest" before creating the distribution tarball should find errors like this. Show quoted text
> The version 0.03 should be ok.
Yes, looks fine: http://fast-matrix.cpantesters.org/?dist=Mojolicious-Plugin-ZipBomb%200.03 Regards, Slaven