PerlGuard-Agent
view release on metacpan or search on metacpan
lib/PerlGuard/Agent/Frameworks.pm view on Meta::CPAN
# A subclass of this will be the entry point, which takes all config parameters, handles creation and deletion of Profile objects
package PerlGuard::Agent::Frameworks;
use 5.010001;
use Moo;
has agent => ( is=>'lazy' );
1;
( run in 0.320 second using v1.01-cache-2.11-cpan-b32c08c6d1a )