Skip to content

samv/vcs-git-torrent

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README for VCS::Git::Torrent 0.01
---------------------------------
This module is intended to be a reference implementation of the
GitTorrent Protocol version 0.1 (GTP/0.1).  It is still however
incomplete.

INSTALLATION
------------
To install this module, run the usual:

  perl Makefile.PL
  make
  make test
  sudo make install

UNIX systems without 'sudo' typically respond to:

  su root -c "make install"

You can install most CPAN modules to your home directory, without sudo
access, with:

  make install PREFIX=~/perl

Windows users can probably just run 'make install'

LICENSE
-------
This module is released under the GPLv3 only, not the regular Perl/GPL
disjuction.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 100.0%