Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

test::valgrind::component(3pm) [debian man page]

Test::Valgrind::Component(3pm)				User Contributed Perl Documentation			    Test::Valgrind::Component(3pm)

NAME
Test::Valgrind::Component - Base class for Test::Valgrind components. VERSION
Version 1.13 DESCRIPTION
This class is the base for all others that act as components that can be started and stopped. METHODS
"new" Basic constructor. "started [ $bool ]" Specifies whether the component is running(1), stopped(0) or was never started ("undef"). "start" Marks the component as started, and throws an exception if it was already. Returns its self object. "finish" Marks the component as stopped, and throws an exception if it wasn't started. Returns its self object. SEE ALSO
Test::Valgrind. AUTHOR
Vincent Pit, "<perl at profvince.com>", <http://www.profvince.com>. You can contact me by mail or on "irc.perl.org" (vincent). BUGS
Please report any bugs or feature requests to "bug-test-valgrind at rt.cpan.org", or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Test-Valgrind <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Test-Valgrind>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. SUPPORT
You can find documentation for this module with the perldoc command. perldoc Test::Valgrind::Component COPYRIGHT &; LICENSE Copyright 2009,2010,2011 Vincent Pit, all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.12.4 2011-08-25 Test::Valgrind::Component(3pm)

Check Out this Related Man Page

Test::Valgrind::Command::Aggregate(3pm) 		User Contributed Perl Documentation		   Test::Valgrind::Command::Aggregate(3pm)

NAME
Test::Valgrind::Command::Aggregate - A Test::Valgrind command that aggregates several other commands. VERSION
Version 1.13 DESCRIPTION
This command groups several commands together, which the session will run under the same action. METHODS
This class inherits Test::Valgrind::Command. "new commands => @commands, ..." "commands" Read-only accessor for the "commands" option. SEE ALSO
Test::Valgrind, Test::Valgrind::Command. AUTHOR
Vincent Pit, "<perl at profvince.com>", <http://www.profvince.com>. You can contact me by mail or on "irc.perl.org" (vincent). BUGS
Please report any bugs or feature requests to "bug-test-valgrind at rt.cpan.org", or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Test-Valgrind <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Test-Valgrind>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. SUPPORT
You can find documentation for this module with the perldoc command. perldoc Test::Valgrind::Command::Aggregate COPYRIGHT &; LICENSE Copyright 2009,2010,2011 Vincent Pit, all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.12.4 2011-08-25 Test::Valgrind::Command::Aggregate(3pm)
Man Page

3 More Discussions You Might Find Interesting

1. News, Links, Events and Announcements

www.perl.com (just to make this a legit post)

OMGosh!!! PERL OWZORZ ME!!!!!!! ok ok let me take a deep breath..... altho i have just started learning perl and scripting in perl. this is like the BOMB!!!. you remember when you started shell scripting and you felt limitless. this is how i feel now. how could i have ever lived my life... (4 Replies)
Discussion started by: Optimus_P
4 Replies

2. AIX

Subsystem Component Failure

Hello All, Does some one have any idea about the subsystem component failure. Errpt command throws below errors for my server :- # errpt IDENTIFIER TIMESTAMP T C RESOURCE_NAME DESCRIPTION B9735AF4 0304222408 P H hdisk5 SUBSYSTEM COMPONENT FAILURE B9735AF4 0304222408 P H... (1 Reply)
Discussion started by: Shrek
1 Replies

3. Programming

Valgrind error

I get this Valgrind error while using malloc but if I use calloc then there is no error. I allocate 8 bytes for the string inside sprintf, 12 for the ip and 1 for the string terminator. This totals 21, so why is it talking about 20 bytes and 18 bytes ? Partial code: char ip =... (3 Replies)
Discussion started by: cyler
3 Replies