]> git.mjollnir.org Git - cil.git/commitdiff
Added a proper $VERSION to the CIL module
authorPedro Melo <melo@simplicidade.org>
Fri, 25 Jul 2008 13:14:10 +0000 (14:14 +0100)
committerAndrew Chilton <andy@chilts.com>
Thu, 31 Jul 2008 08:47:32 +0000 (10:47 +0200)
Signed-off-by: Pedro Melo <melo@simplicidade.org>
lib/CIL.pm

index c433810f75be5d19056556f841d7574ab7f77a5b..6e372bfa909f92eafb0220e286006d9e4873d1f6 100644 (file)
@@ -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);