[Dbix-class] Module versioning

Robert Kinyon rob.kinyon at gmail.com
Thu Apr 14 14:31:39 GMT 2011


On Thu, Apr 14, 2011 at 09:51, Duncan Garland
<Duncan.Garland at motortrak.com> wrote:
> What’s the most common/best method of keeping the modules consistent between
> systems? Since we joined the Catalyst/DBIx community we’ve become much more
> dependent on that sort of thing.

You should be worried about distribution versions, not module
versions. This is the sort of thing that rpm (and similar tools) was
designed to solve. Nothing says you have to use the community RPMs. At
$work, we build RPMs of the stuff we depend on. Then, we build RPMs of
our stuff with dependencies on the RPMs we built of CPAN modules.
Then, we have our own internal RPM repository that we deploy to prod
from.

That way, we control our upgrades, we know what we have where, and we
don't worry about module $VERSION numbers.

Rob



More information about the DBIx-Class mailing list