libdbix-class-optimisticlocking-perl 0.02-2 source package in Ubuntu

Changelog

libdbix-class-optimisticlocking-perl (0.02-2) unstable; urgency=medium

  * debian/control
    - update Maintainer as pkg-perl-maintainers
    - add Vcs-*
    - set Standards-Version: 4.1.0

 -- Hideki Yamane <email address hidden>  Wed, 23 Aug 2017 21:35:15 +0900

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdbix-class-optimisticlocking-perl_0.02-2.dsc 2.3 KiB 903980cd037db4375197b942f2cef79d722a79e09e8edceec7b3c232c69bbe2d
libdbix-class-optimisticlocking-perl_0.02.orig.tar.gz 15.5 KiB 6bbb090ff909d3bf32ebfe434d1db8d42b77019267d11143ebad51901dd93db2
libdbix-class-optimisticlocking-perl_0.02-2.debian.tar.xz 1.6 KiB d8ce100be13e7165186207e7bb17528853a62f5ed022ea9190b9cc34c11a1899

Available diffs

No changes file available.

Binary packages built by this source

libdbix-class-optimisticlocking-perl: Optimistic locking support for DBIx::Class

 Optimistic locking is an alternative to using exclusive locks when you
 have the possibility of concurrent, conflicting updates in your database.
 The basic principle is you allow any and all clients to issue updates and
 rather than preemptively synchronizing all data modifications (which is
 what happens with exclusive locks) you are "optimistic" that updates won't
 interfere with one another and the updates will only fail when they do
 in fact interfere with one another.