From 3034a6cd4857127e5fe5968cb73e0000d15b4d86 Mon Sep 17 00:00:00 2001 From: jeremy Date: Wed, 20 Feb 2008 21:03:21 -0600 Subject: [PATCH] up the version to 1.2 darcs-hash:20080221030321-f4041-c2d618cba517c8370cee85eebf12e12f750e0e88.gz --- lib/Data/Path.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Data/Path.pm b/lib/Data/Path.pm index 979f4d9..a7518ae 100644 --- a/lib/Data/Path.pm +++ b/lib/Data/Path.pm @@ -6,7 +6,7 @@ use warnings; use Scalar::Util 'blessed'; use Carp; -our $VERSION = '1.1'; +our $VERSION = '1.2'; sub new { my ($class,$data,$callback)=@_;