From: Pedro Melo <melo@simplicidade.org> Date: Fri, 25 Jul 2008 13:14:10 +0000 (+0100) Subject: Added a proper $VERSION to the CIL module X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d4c1635f0f9f502cd16b27938731b1da173b6067;p=cil.git Added a proper $VERSION to the CIL module Signed-off-by: Pedro Melo <melo@simplicidade.org> --- diff --git a/lib/CIL.pm b/lib/CIL.pm index c433810..6e372bf 100644 --- a/lib/CIL.pm +++ b/lib/CIL.pm @@ -26,6 +26,9 @@ use warnings; use Carp qw(croak confess); use File::Glob qw(:glob); +use vars qw( $VERSION ); +$VERSION = '0.5'; + use CIL::VCS::Factory; use base qw(Class::Accessor);