up the version to 1.2

darcs-hash:20080221030321-f4041-c2d618cba517c8370cee85eebf12e12f750e0e88.gz
This commit is contained in:
jeremy 2008-02-20 21:03:21 -06:00
parent 59fac68ef8
commit 3034a6cd48

View File

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