The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

SVN::Dump::Text - A text block from a svn dump

SYNOPSIS

DESCRIPTION

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.

SEE ALSO

COPYRIGHT & LICENSE

Copyright 2006 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.