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.3 2014/03/07 18:24:43 dankogai Exp dankogai $
#
$Revision: 1.3 $ $Date: 2014/03/07 18:24:43 $
! lib/Data/Lock.pm MANIFEST
+ t/05-dollar01.t
  Addressed: RT #93617
  https://rt.cpan.org/Public/Bug/Display.html?id=93617

1.02 2013/05/13 15:31:54
! t/00-load.t
  s/Attribute::Constant/Data::Lock/
! lib/Data/Lock.pm t/04-dlock.t
  Addressed: dunlock \%hash; # does not work
  https://rt.cpan.org/Public/Bug/Display.html?id=85233

1.01 2013/04/03 14:37:57 $
! lib/*/*.pm t/benchmark.t
  + Revised POD
  + updated benchmark

1.00 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.