diff options
author | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-01-11 22:41:17 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-01-11 22:41:17 +0100 |
commit | 7eb1ae03b1ff33c43309f5e4389105803708ea51 (patch) | |
tree | a78fc445a2eee54170844070d202e25bd6037ba4 /lib/less.pm | |
parent | a725df954c99dfa9de8864cdcc07f04fd5445563 (diff) | |
download | perl-7eb1ae03b1ff33c43309f5e4389105803708ea51.tar.gz |
Bump less' version
Diffstat (limited to 'lib/less.pm')
-rw-r--r-- | lib/less.pm | 2 |
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 ' ', @_; |