Skip Menu |

This queue is for tickets about the Log-Handler CPAN distribution.

Report information
The Basics
Id: 111781
Status: resolved
Priority: 0/
Queue: Log-Handler

People
Owner: Nobody in particular
Requestors: Support [...] RoxSoft.co.uk
Cc:
AdminCc:

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



Subject: Bad meta data
Your meta data files META.json and META.yml are out of date, they have not been updated since Oct. 2014 This is preventing this module from indexing properly on CPAN and consequently cpanm doest not recognise that newer version are available. Upgrading from 0.84 currently not possible
On 2016-02-04 09:41:06, PJFL wrote: Show quoted text
> Your meta data files META.json and META.yml are out of date, they have > not > been updated since Oct. 2014 > > This is preventing this module from indexing properly on CPAN and > consequently > cpanm doest not recognise that newer version are available. Upgrading > from > 0.84 currently not possible
To fix, delete META.* from your git repository, and release with: perl Makefile.PL && make manifest && make test && make dist <verify contents of distribution> cpan-upload Foo-Bar-1.23.tar.gz
On 2016-02-04 09:45:14, ETHER wrote: Show quoted text
> To fix, delete META.* from your git repository, and release with:
*** but please upgrade ExtUtils::MakeMaker and CPAN::Meta first ***
On Thu Feb 04 12:45:49 2016, ETHER wrote: Show quoted text
> *** but please upgrade ExtUtils::MakeMaker and CPAN::Meta first ***
Except that this distribution uses Module::Build so don't do that then. Module::Build usually regenerates the metadata when the distribution is built so I would start investigating why that is not happening Also, if you include the metadata for a public repository then people will be able to create pull requests for "useful" new features as well as making it easier to create patches
Bump