App-Slaughter
view release on metacpan or search on metacpan
lib/Slaughter/Transport/git.pm view on Meta::CPAN
=head2 new
Create a new instance of this object.
=cut
sub new
{
my ( $class, %args ) = @_;
return $class->SUPER::new(%args);
}
=head2 _init
Initialiaze this object, by setting up the Git-specific commands, etc.
=cut
sub _init
lib/Slaughter/Transport/hg.pm view on Meta::CPAN
=head2 new
Create a new instance of this object.
=cut
sub new
{
my ( $class, %args ) = @_;
return $class->SUPER::new(%args);
}
=head2 _init
Initialiaze this object, by setting up the Mercurical-specific commands, etc.
=cut
sub _init
lib/Slaughter/Transport/rsync.pm view on Meta::CPAN
=head2 new
Create a new instance of this object.
=cut
sub new
{
my ( $class, %args ) = @_;
return $class->SUPER::new(%args);
}
=head2 _init
Initialiaze this object, by setting up the rsync-specific commands, etc.
=cut
sub _init
lib/Slaughter/Transport/svn.pm view on Meta::CPAN
=head2 new
Create a new instance of this object.
=cut
sub new
{
my ( $class, %args ) = @_;
return $class->SUPER::new(%args);
}
=head2 _init
Initialiaze this object, by setting up the Subversion-specific commands, etc.
=cut
sub _init
{
( run in 0.235 second using v1.01-cache-2.11-cpan-a9ef4e587e4 )