# NAME Data::Text - Class to handle text in an OO way # VERSION Version 0.01 # SYNOPSIS Handle text in an OO way. # SUBROUTINES/METHODS ## new Creates a Data::Text object. ## append Adds data to the end of the object. Contains a simple sanity test for consecutive punctuation. I expect I'll improve that. ## as\_string Returns the text as a string. # AUTHOR Nigel Horne, `` # BUGS # SEE ALSO # SUPPORT You can find documentation for this module with the perldoc command. perldoc Data::Text You can also look for information at: - MetaCPAN [https://metacpan.org/release/Data-Text](https://metacpan.org/release/Data-Text) - RT: CPAN's request tracker [https://rt.cpan.org/NoAuth/Bugs.html?Dist=Data-Text](https://rt.cpan.org/NoAuth/Bugs.html?Dist=Data-Text) - CPANTS [http://cpants.cpanauthors.org/dist/Data-Text](http://cpants.cpanauthors.org/dist/Data-Text) - CPAN Testers' Matrix [http://matrix.cpantesters.org/?dist=Data-Text](http://matrix.cpantesters.org/?dist=Data-Text) - CPAN Ratings [http://cpanratings.perl.org/d/Data-Text](http://cpanratings.perl.org/d/Data-Text) - CPAN Testers Dependencies [http://deps.cpantesters.org/?module=Data::Text](http://deps.cpantesters.org/?module=Data::Text) # LICENSE AND COPYRIGHT Copyright 2010-2021 Nigel Horne. This program is released under the following licence: GPL2