Skip to content

Commit

Permalink
CAF: FileWriter - Clean up pod file and move TODO to github issue qua…
Browse files Browse the repository at this point in the history
  • Loading branch information
wdpypere committed Nov 7, 2018
1 parent 91f8732 commit f7d6e2e
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions src/main/perl/FileWriter.pm
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ sub noAction
=item stringify
Returns a string with the contents of the file, so far. It overloads
C<"">, so it's now possible to do "$fh" and get the contents of the
C<"">, so it's now possible to do C<$fh> and get the contents of the
file so far.
(Returns empty string on an already closed file.)
Expand All @@ -453,7 +453,7 @@ sub stringify
=item error, warn, info, verbose, debug, report, log, OK
Convenience methods to access the log/reporter instance that might
be passed during initialisation and set to C<*$self->{LOG}>.
be passed during initialisation and set to C<< *$self->{LOG} >>.
=cut

Expand Down Expand Up @@ -690,10 +690,4 @@ will be closed automatically when it is destroyed:
This package inherits from C<IO::String>. Check its man page to
do powerful things with the already printed contents.
=head1 TODO
This has became too heavy: in some circumstances, manipulating a file
involves opening it three times, reading it twice and executing two
commands. We probably need to drop LC::* and do things in our own way.
=cut

0 comments on commit f7d6e2e

Please sign in to comment.