From 7eb1ae03b1ff33c43309f5e4389105803708ea51 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Mon, 11 Jan 2010 22:41:17 +0100 Subject: [PATCH] Bump less' version --- lib/less.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/less.pm b/lib/less.pm index 02ea30b..8374383 100644 --- a/lib/less.pm +++ b/lib/less.pm @@ -2,7 +2,7 @@ package less; use strict; use warnings; -our $VERSION = '0.02'; +our $VERSION = '0.03'; sub _pack_tags { return join ' ', @_; -- 2.7.4