VCS::Version

VCS::Version is a Perl module to access to a VCS version.
Download

VCS::Version Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Greg McCarroll
  • Publisher web site:
  • http://search.cpan.org/~gmccar/VCS-0.14/VCS/Dir.pm

VCS::Version Tags


VCS::Version Description

VCS::Version is a Perl module to access to a VCS version. VCS::Version is a Perl module to access to a VCS version.SYNOPSIS use VCS; die "Usage: $0 file-urlne.g.: vcs://localhost/VCS::Rcs/file/name/1.2n" unless @ARGV == 1; my $version = VCS::Version->new(@ARGV); print "Methods of $version:n", "url: ", $version->url, "n", "author: ", $version->author, "n", "version: ", $version->version, "n", ;VCS::Version abstracts a single revision of a file under version control. Requirements: · Perl


VCS::Version Related Software