package Git::Raw::Rebase; $Git::Raw::Rebase::VERSION = '0.75'; use strict; use warnings; use Git::Raw; use Git::Raw::Rebase::Operation; =head1 NAME Git::Raw::Rebase - Git rebase class =head1 VERSION version 0.75 =head1 DESCRIPTION A L represents a git rebase. B: The API of this module is unstable and may change without warning (any change will be appropriately documented in the changelog). =head1 AUTHOR Jacques Germishuys =head1 LICENSE AND COPYRIGHT Copyright 2016 Jacques Germishuys. 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. =cut 1; # End of Git::Raw::Rebase