Why not adopt me?
NAME
Git::Demo - A way for scripting git demonstrations
VERSION
Version 0.02
SYNOPSIS
Allows playback of a Git story (a sequence of file modifications and git actions by various characters) to demonstrate the capabilities of Git
Perhaps a little code snippet.
use Git::Demo;
...
my $demo = Git::Demo->new( $conf );
$demo->play();
SUBROUTINES/METHODS
new
AUTHOR
Robin Clarke, <perl at robinclarke.net>
BUGS
Please report any bugs or feature requests to bug-git-demo at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Git-Demo. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Git::Demo
You can also look for information at:
Repository on Github
RT: CPAN's request tracker
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
ACKNOWLEDGEMENTS
LICENSE AND COPYRIGHT
Copyright 2010 Robin Clarke.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.