The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::ProcTrends::Config - The great new App::ProcTrends::Config!

VERSION

Version 0.03

SYNOPSIS

    use App::ProcTrends::Config;

    my $cfg = App::ProcTrends::Config->new();
    my $value = $cfg->some_key();

SUBROUTINES/METHODS

new

    The constructor.

find_cron_ps_cmd

    Tries to find ps then construct the ps command to use

find_cpu_cores

    Tries to determine the # of cores on the system.  If it could not detect, it will default to 1.

AUTHOR

Satoshi Yagi, <satoshi.yagi at yahoo.com>

BUGS

Please report any bugs or feature requests to bug-app-proctrends-cron at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=App-ProcTrends-Cron. 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 App::ProcTrends::Config

You can also look for information at:

ACKNOWLEDGEMENTS

LICENSE AND COPYRIGHT

Copyright 2013 Satoshi Yagi.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.