Philippe Bruhat (BooK) > SVN-Dump > SVN::Dump::Text

Download:
SVN-Dump-0.04.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  3
Open  1
View Bugs
Report a bug
Source  

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.