[Bps-public-commit] r15802 - Data-Hierarchy/trunk

clkao at bestpractical.com clkao at bestpractical.com
Mon Sep 8 06:55:02 EDT 2008


Author: clkao
Date: Mon Sep  8 06:55:01 2008
New Revision: 15802

Modified:
   Data-Hierarchy/trunk/   (props changed)
   Data-Hierarchy/trunk/CHANGES
   Data-Hierarchy/trunk/Hierarchy.pm
   Data-Hierarchy/trunk/META.yml

Log:
 r35267 at mtl (orig r202):  clkao | 2004-09-18 22:21:02 +0800
 Data-Hierarchy 0.20


Modified: Data-Hierarchy/trunk/CHANGES
==============================================================================
--- Data-Hierarchy/trunk/CHANGES	(original)
+++ Data-Hierarchy/trunk/CHANGES	Mon Sep  8 06:55:01 2008
@@ -1,3 +1,18 @@
+[Changes for 0.20 - Sep 18, 2004]
+
+* Make store_fast faster.
+
+[Changes for 0.19 - Sep 13, 2004]
+
+* Use index rather than subtr, where Benchmark shows 20%-40%
+  performance improvements. [Autrijus Tang]
+
+* New API: store_fast.
+
+* Allow options in constructor. [Autrijus Tang]
+
+* Properly escape for regex.
+
 [Changes for 0.18 - May 29, 2004]
 
 * Fix - find sticky values was not working.

Modified: Data-Hierarchy/trunk/Hierarchy.pm
==============================================================================
--- Data-Hierarchy/trunk/Hierarchy.pm	(original)
+++ Data-Hierarchy/trunk/Hierarchy.pm	Mon Sep  8 06:55:01 2008
@@ -1,5 +1,5 @@
 package Data::Hierarchy;
-$VERSION = '0.19';
+$VERSION = '0.20';
 use strict;
 use Clone qw(clone);
 

Modified: Data-Hierarchy/trunk/META.yml
==============================================================================
--- Data-Hierarchy/trunk/META.yml	(original)
+++ Data-Hierarchy/trunk/META.yml	Mon Sep  8 06:55:01 2008
@@ -1,11 +1,11 @@
 # http://module-build.sourceforge.net/META-spec.html
 #XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
 name:         Data-Hierarchy
-version:      0.18
+version:      0.20
 version_from: Hierarchy.pm
 installdirs:  site
 requires:
     Clone:                         0
 
 distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.17
+generated_by: ExtUtils::MakeMaker version 6.21



More information about the Bps-public-commit mailing list