NAME
Synapse::CLI::Config::Type
SYNOPSIS
my $type = Synapse::CLI::Config::Type->new ("Some::Package");
my $res = $type->some_class_method();
SUMMARY
This package is a proxy which allows manipulating package methods using an object. It is used to be able to call class methods on the command line by instantiating an object representing the class / package.
For instance:
myapp-cli type sometype some_method
EXPORTS
none.
BUGS
Please report them to me. Patches always welcome...
AUTHOR
Jean-Michel Hiver, jhiver (at) synapse (dash) telecom (dot) com
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.