File: README

package info (click to toggle)
libgit-repository-plugin-log-perl 1.314-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 196 kB
  • sloc: perl: 530; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 953 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Git-Repository-Plugin-Log

Git::Repository::Plugin::Log adds a log() method to Git::Repository,
which will return Git::Repository::Log objects representing the commit
information provided by `git log`.


SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc Git::Repository::Plugin::Log

You can also look for information at:

    RT, CPAN's request tracker
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Git-Repository-Plugin-Log

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/Git-Repository-Plugin-Log

    CPAN Ratings
        http://cpanratings.perl.org/d/Git-Repository-Plugin-Log

    Search CPAN
        http://search.cpan.org/dist/Git-Repository-Plugin-Log


COPYRIGHT AND LICENCE

Copyright (C) 2010-2016 Philippe Bruhat (BooK)

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