FreeBSD Manual Pages
SVN::Dump::Text(3) User Contributed Perl Documentation SVN::Dump::Text(3) NAME SVN::Dump::Text - A text block from a svn dump VERSION version 0.08 SYNOPSIS # SVN::Dump::Text objects are returned by the read_text_block() # method of SVN::Dump::Reader DESCRIPTION A SVN::Dump::Text object represents the text of a SVN dump record. METHODS The following methods are available: new( $text ) Create a new SVN::Dump::Text object, initialised with the given text. get() Return the text of the SVN::Dump::Text object. set( $text ) Set the text of the SVN::Dump::Text object. as_string() Return a string representation of the text block. digest( $algo ) Return a digest of the text computed with the $algo algorithm in hexadecimal form. See the Digest module for valid values of $algo. Return "undef" if the digest algorithm is not supported. SEE ALSO SVN::Dump::Reader, SVN::Dump::Record. COPYRIGHT Copyright 2006-2013 Philippe Bruhat (BooK), All Rights Reserved. LICENSE This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.32.0 2020-03-02 SVN::Dump::Text(3)
NAME | VERSION | SYNOPSIS | DESCRIPTION | METHODS | SEE ALSO | COPYRIGHT | LICENSE
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=SVN::Dump::Text&sektion=3&manpath=FreeBSD+12.2-RELEASE+and+Ports>