svn::dump::text(3pm) debian man page | unix.com

Man Page: svn::dump::text

Operating Environment: debian

Section: 3pm

SVN::Dump::Text(3pm)					User Contributed Perl Documentation				      SVN::Dump::Text(3pm)

NAME
SVN::Dump::Text - A text block from a svn dump
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
COPYRIGHT &; LICENSE Copyright 2006-2010 Philippe 'BooK' Bruhat, All Rights Reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.10.1 2011-03-22 SVN::Dump::Text(3pm)
Related Man Pages
svn::dump::reader(3) - osx
svn::class::dir(3pm) - debian
svn::class::info(3pm) - debian
svn::dump::headers(3pm) - debian
svn::web::i18n(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Is UNIX an open source OS ?
Weird 'find' results
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?