On Mon, Apr 18, 2005 at 05:03:42PM +0100, David Cantrell wrote:
> 1) Am I correct to seperate the package version (1.3004) from the 
> versions of the several modules contained therein - and if not, where 
> should the package version number come from? and

There is no correct here.  As long as each .pm file with a public interface
has a version number and that number increases every time its changed you're
fine.

If you want to sync them... well Andreas is currently working out how to
best do that and not break the indexer.


> 2) Am I breaking anything?

Nope.  Though I'd slap some sort of version on the Number::Phone::UK::Data.
If you generate it from the Makefile.PL use the distribution number.  If
its generated somewhere else that can't easily get at the dist number
use an ISO date (20040418) or read it from the META.yml.

Reply via email to