NAME
    Hg::Lib - Interface to mercurial's command server

VERSION
    version 0.01_03

SYNOPSIS
      use HG::Lib;

      my $server = HG::Lib->new( );

DESCRIPTION
    mercurial is a distributed source control management tool. Hg::Lib is an
    interface to its command server.

    THIS CODE IS ALPHA QUALITY. This code is incomplete. Interfaces may
    change.

AUTHOR
    Diab Jerius <djerius@cpan.org>

COPYRIGHT AND LICENSE
    This software is copyright (c) 2013 by Diab Jerius <djerius@cpan.org>.

    This is free software; you can redistribute it and/or modify it under
    the same terms as the Perl 5 programming language system itself.

