summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-09-27 19:56:57 -0500
committerJesse Luehrs <doy@tozt.net>2009-09-27 19:56:57 -0500
commit77aa3546137ac41da9cd043008018f73011304a4 (patch)
tree50d8c17627ba594422dc65cc050b99dbcd7f549e
parentd3f5434771448cc63a54d6c51e0d4fdbdd675633 (diff)
downloadgraph-implicit-77aa3546137ac41da9cd043008018f73011304a4.tar.gz
graph-implicit-77aa3546137ac41da9cd043008018f73011304a4.zip
update Changes, and bump version0.03
-rw-r--r--Changes4
-rw-r--r--dist.ini2
2 files changed, 5 insertions, 1 deletions
diff --git a/Changes b/Changes
index b9a25aa..5eca489 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
Revision history for Graph-Implicit
+0.03 9/27/2009
+ Actually... just switch to Heap::Fibonacci::Fast, it seems to be better
+ than Heap::Simple in general
+
0.02 6/30/2009
Explicitly depend on Heap::Simple::Perl, to work around Heap::Simple's dumb
way of doing dependencies
diff --git a/dist.ini b/dist.ini
index 2ce8d33..4843f0f 100644
--- a/dist.ini
+++ b/dist.ini
@@ -1,5 +1,5 @@
name = Graph-Implicit
-version = 0.02
+version = 0.03
author = Jesse Luehrs <doy at tozt dot net>
license = Perl_5
copyright_holder = Jesse Luehrs