summaryrefslogtreecommitdiff
path: root/lib/less.pm
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgs@consttype.org>2010-01-11 22:41:17 +0100
committerRafael Garcia-Suarez <rgs@consttype.org>2010-01-11 22:41:17 +0100
commit7eb1ae03b1ff33c43309f5e4389105803708ea51 (patch)
treea78fc445a2eee54170844070d202e25bd6037ba4 /lib/less.pm
parenta725df954c99dfa9de8864cdcc07f04fd5445563 (diff)
downloadperl-7eb1ae03b1ff33c43309f5e4389105803708ea51.tar.gz
Bump less' version
Diffstat (limited to 'lib/less.pm')
-rw-r--r--lib/less.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/less.pm b/lib/less.pm
index 02ea30b9ae..8374383fc5 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 ' ', @_;