From 2448cacb6d649bec715fbdeb95606f0cfd76b9a3 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Thu, 23 Sep 2010 13:15:01 +0000 Subject: [PATCH] bump version to [0.11] git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/MARC-Fast/trunk@44 49f9634a-d7ec-0310-8e6b-ec35c6cc8804 --- lib/MARC/Fast.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/MARC/Fast.pm b/lib/MARC/Fast.pm index 35a1e6a..dc2f303 100644 --- a/lib/MARC/Fast.pm +++ b/lib/MARC/Fast.pm @@ -7,7 +7,7 @@ use Data::Dump qw/dump/; BEGIN { use Exporter (); use vars qw ($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); - $VERSION = 0.10; + $VERSION = 0.11; @ISA = qw (Exporter); #Give a hoot don't pollute, do not export more than needed by default @EXPORT = qw (); -- 2.20.1