Fault
view release on metacpan or search on metacpan
lib/Fault/Notepad.pm view on Meta::CPAN
=item B<$cnt = $obj-E<gt>count>
Returns a count of the items on the notepad.
=item B<$obj = $obj-E<gt>fprint ($fh)>
Print contents of Notepad verbatim to file.
=item B<$obj = $obj-E<gt>merge ($other)>
Append the contents of the argument notepad object to this notepad.
=item B<$obj = $obj-E<gt>print>
Print contents of Notepad verbatim to stdout.
=item B<$str = $obj-E<gt>sprint>
Print contents of Notepad verbatim to a string.
=back 4
=head1 Private Class Method
None.
=head1 Private Instance Methods
None.
=head1 Errors and Warnings
None.
=head1 KNOWN BUGS
See TODO.
=head1 SEE ALSO
Fault::Logger, Fault::Msg.
=head1 AUTHOR
Dale Amon <amon@vnl.com>
=cut
#=============================================================================
# CVS HISTORY
#=============================================================================
# $Log: Notepad.pm,v $
# Revision 1.7 2008-08-28 23:20:19 amon
# perldoc section regularization.
#
# Revision 1.6 2008-08-17 21:56:37 amon
# Make all titles fit CPAN standard.
#
# Revision 1.5 2008-07-28 10:57:37 amon
# Dropped last of tsag/dsig; new addObject method; sprint bugfix; newlines added to prints.
#
# Revision 1.4 2008-07-24 21:17:24 amon
# Moved all todo notes to elsewhere; made Stderr the default delegate instead
# of Stdout.
#
# Revision 1.3 2008-07-24 19:27:51 amon
# Fix edit error in Notepad.
#
# Revision 1.2 2008-07-24 19:11:29 amon
# Notepad now uses Fault::Msg class which moves all the timestamp and
# digitalsig issues to Msg.
#
# Revision 1.1 2008-07-22 14:32:17 amon
# Added Notepad and Delegate::Stderr classes
#
# 20080715 Dale Amon <amon@vnl.com>
# Created.
1;
( run in 0.791 second using v1.01-cache-2.11-cpan-71847e10f99 )