VCS::Lite::Element::Binary - Support for version control of binary files


VCS-Lite-Repository documentation  | view source Contained in the VCS-Lite-Repository distribution.

Index


NAME

Top

VCS::Lite::Element::Binary - Support for version control of binary files

SYNOPSIS

Top

  use VCS::Lite::Element::Binary;

  my $bin_ele = VCS::Lite::Element::Binary->new('foo.jpg', recordsize => 16);

DESCRIPTION

Top

This module is a subclass of VCS::Lite::Element to handle versioning of binary files

BUGS

Top

Please post reports of bugs to rt.cpan.org

AUTHOR

Top

	Ivor Williams	
	ivorw at CPAN (dot) org

COPYRIGHT

Top

SEE ALSO

Top

VCS::Lite::Element, VCS::Lite::Repository

METHODS

Top

See VCS::Lite::Element for the list of object methods available.

new
  my $obj = VCS::Lite::Element::Binary->new( $filename, [param => value...]);

Constructs a VCS::Lite::Element::Binary object for a given file. Note, if the object has an existing YAML, it will return the existing object.

If you want to create a new binary element in a repository, call new then add it to the repository.


VCS-Lite-Repository documentation  | view source Contained in the VCS-Lite-Repository distribution.