• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Git/Repository/H10-Apr-2016-553145

t/H03-May-2022-1,045893

ChangesH A D10-Apr-20162.4 KiB6355

LICENSEH A D10-Apr-201617.9 KiB380292

MANIFESTH A D10-Apr-2016440 2322

META.ymlH A D10-Apr-20161.2 KiB4847

Makefile.PLH A D10-Apr-20162.1 KiB8877

READMEH A D10-Apr-2016953 3721

dist.iniH A D10-Apr-20161.4 KiB6752

README

1Git-Repository-Plugin-Log
2
3Git::Repository::Plugin::Log adds a log() method to Git::Repository,
4which will return Git::Repository::Log objects representing the commit
5information provided by `git log`.
6
7
8SUPPORT AND DOCUMENTATION
9
10After installing, you can find documentation for this module with the
11perldoc command.
12
13    perldoc Git::Repository::Plugin::Log
14
15You can also look for information at:
16
17    RT, CPAN's request tracker
18        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Git-Repository-Plugin-Log
19
20    AnnoCPAN, Annotated CPAN documentation
21        http://annocpan.org/dist/Git-Repository-Plugin-Log
22
23    CPAN Ratings
24        http://cpanratings.perl.org/d/Git-Repository-Plugin-Log
25
26    Search CPAN
27        http://search.cpan.org/dist/Git-Repository-Plugin-Log
28
29
30COPYRIGHT AND LICENCE
31
32Copyright (C) 2010-2016 Philippe Bruhat (BooK)
33
34This program is free software; you can redistribute it and/or modify it
35under the same terms as Perl itself.
36
37