Query: svn::dump::text
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SVN::Dump::Text(3pm) User Contributed Perl Documentation SVN::Dump::Text(3pm)NAMESVN::Dump::Text - A text block from a svn dumpSYNOPSIS# SVN::Dump::Text objects are returned by the read_text_block() # method of SVN::Dump::ReaderDESCRIPTIONA "SVN::Dump::Text" object represents the text of a SVN dump record.METHODSThe 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 ALSOCOPYRIGHT & 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)