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)=@_;