The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Revision history for Data-Lock
#
# $Id: Changes,v 1.0 2013/04/03 06:49:25 dankogai Exp dankogai $
#
$Revision: 1.0 $ $Date: 2013/04/03 06:49:25 $
! *
  Distro renamed from Attribute-Constant to Data-Lock.
  The use of Attribute is somewhat deprecated these days.

0.06 2013/03/20 22:17:40
! lib/Data/Lock.pm t/04-dlock.t
  Fixed: d(un)?lock vs. circular reference

0.05 2013/03/20 22:17:40
! lib/Data/Lock.pm t/04-dlock.t
  Addressed: dlock("0") locks $0
  dlock() and dunlock now simply ignores constants.
  https://rt.cpan.org/Public/Bug/Display.html?id=84092

0.04 2013/02/26 03:19:02
! t/03-obj.t
  Wrong Skip count was causing failure for perl 5.9 and below

0.03 2013/02/24 07:03:27
! *.pm t/03-obj.t
  You can now dlock() and dunlock() objects
  https://rt.cpan.org/Ticket/Display.html?id=62021

0.02 2008/06/27 19:50:52
! lib/Attribute/Constant.pm  t/03-obj.t
  Perl 5.8.x supported -- with caveats.  See POD

0.01 2008/06/27 19:11:42
+ * 
  First Release.