The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

  SVK::Churn - Generate SVK Statistics graph.

SYNOPSIS

  #!/usr/local/bin/perl -w
  use SVK::Churn;
  my $churn = SVK::Churn->new;
  $churn->parse_arg(@ARGV);
  $churn->process;

DESCRIPTION

This module helps you to understand yor svk repository developing statistics. It'll generate a file named svk-commits-churn.png under current directory.

It's still rough and will be improved in the future.

SEE ALSO

svn-churn.pl, SVN::Churn

COPYRIGHT

Copyright 2005 by Kang-min Liu <gugod@gugod.org>.

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

See <http://www.perl.com/perl/misc/Artistic.html>