App-Slaughter
view release on metacpan or search on metacpan
* Added LICENSE
* Added version number in our modules.
3.0.1 - 19th October 2014
* Fail cleanly if the transport isn't loaded.
* Removed sample Apache module.
* Minor POD updates to fix warnings/errors.
* Add Mojo::UserAgent as explicit dependency.
3.0.0 - 18th October 2014
* Initial upload to CPAN.
lib/Slaughter/Transport/revisionControl.pm view on Meta::CPAN
=for example begin
rsync -qazr repository-location destination-path
=for example end
B<NOTE>: A full checkout of the remote repository is always inititated by
this module.
It is possible that a future extension to this module will allow an existing
repository to be uploaded in-place.
=cut
=head1 SUBCLASSING
If you wish to write your own transport for a revision control tool,
or similar command that will fetch a remote repository, you must
subclass this class and implement the C<_init> method.
The following parameters should be populated in your derived class:
( run in 2.904 seconds using v1.01-cache-2.11-cpan-b16cb0d3907 )