VCI

A generic interface for interacting with various version-control systems
Download

VCI Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Max Kanat-Alexander
  • Publisher web site:
  • http://search.cpan.org/~mkanat/

VCI Tags


VCI Description

A generic interface for interacting with various version-control systems VCI is a Perl interface for interacting with various version-control systems.SYNOPSIS my $repository = VCI->connect(type => $type, repo => $repo);This is VCI, the generic Version Control Interface. The goal of VCI is to create a common API that can interface with all version control systems.VCI uses Moose, so all constructors for all objects are called new (although for VCI itself you'll want to use "connect"), and they all take named parameters as a hash (not a hashref).The VCI home page is at http://vci.everythingsolved.com/.Note: The interface of all VCI modules should currently be considered UNSTABLE. I may make breaking changes in order to fix any design problems. Requirements: · Perl


VCI Related Software