MDV::Repsys
-----------

Perl interface with Mandriva build system

Copyright and License
---------------------
This program is distributed under the GPL.
Copyright (c) 2005-2010 Mandriva

Authors
-------
Olivier Thauvin <nanardon@mandriva.org>
Guillaume Rousse <guillomovitch@mandriva.org>
Michaël Scherer <misc@mandriva.org>

Quick start for developpement version
-------------------------------------

In order to run mdvsys from a svn checkout, you need to follow a few steps :

  autoreconf -i
  ./configure
  make

Then, you can run it with :

 PERL5LIB=$PWD/lib perl bin/mdvsys

Running test suite
------------------

The test suite can be run with :

  make check

Please report any error on Mandriva bugzilla ( http://qa.mandriva.com/ )
