
Hg - This module exposes a read-only object oriented interface to local

version 0.003

my $repo = Hg::Repository->new(
dir => '/path/to/repository',
hg => '/optional/path/to/mercurial',
);
my $tip = $repo->tip;
my $author = $tip->author;

Robert Ward <robert@rtward.com>

This software is copyright (c) 2012 by Robert Ward.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.