NAME Perinci::CmdLine::Any - Use Perinci::CmdLine, fallback on Perinci::CmdLine::Lite VERSION This document describes version 0.02 of Perinci::CmdLine::Any (from Perl distribution Perinci-CmdLine-Any), released on 2014-07-16. SYNOPSIS In your command-line script: #!perl use Perinci::CmdLine::Any; Perinci::CmdLine::Any->new(url => '/Package/func')->run; DESCRIPTION This module lets you use Perinci::CmdLine if it's available, or Perinci::CmdLine::Lite as the fallback. The goal is to reduce dependencies (Perinci::CmdLine::Any only depends on the lightweight Perinci::CmdLine::Lite) but use the richer Perinci::CmdLine if it's available. Note that Perinci::CmdLine::Lite provides only a subset of the functionalities/features of Perinci::CmdLine. SEE ALSO Perinci::CmdLine Perinci::CmdLine::Lite HOMEPAGE Please visit the project's homepage at . SOURCE Source repository is at . BUGS Please report any bugs or feature requests on the bugtracker website When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature. AUTHOR Steven Haryanto COPYRIGHT AND LICENSE This software is copyright (c) 2014 by Steven Haryanto. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.