#-*- Mode: Change-Log; coding: utf-8 -*-
#
# Revision history for Perl module Tie::File::Indexed
v0.05 Thu, 24 Sep 2015 15:19:48 +0200 moocow
+ added MIN_PERL_VERSION=>5.10.0 for // operator
+ use File::Copy::move() in consolidate() method (for cpantesters win32 failures)
v0.04 Fri, 04 Sep 2015 10:22:22 +0200 moocow
+ changed default pack formats to 'J' (perl UV: should be safe but not portable)
+ fix annoying warnings during make test under perl 5.14.2 (lal)
"untie attempted while 1 inner references still exist at t/02_basic.t line 109."
v0.03 Thu, 20 Aug 2015 11:01:24 +0200 moocow
+ added copy(), rename(), and move() methods
v0.02 Tue, 18 Aug 2015 10:07:16 +0200 moocow
+ added 'temp' option: auto-unlink on object-destruction
+ added ::Freeze and ::FreezeN subclasses
v0.01 Wed, 12 Aug 2015 15:23:11 +0200 moocow
+ initial version