Data-Embed
view release on metacpan or search on metacpan
bin/data-embed view on Meta::CPAN
=over
=item --data | --text | -d data
set the data that will be embedded. Works for actions
C<add> and C<modularize>.
=item --file | --filename | -f filename
set the filename where the data will be taken. Works for actions
C<add> and C<modularize>.
=item --help
print a somewhat more verbose help, showing usage, this description of
the options and some examples from the synopsis.
=item --man
print out the full documentation for the script.
=item --name | -n name
set the name of the section to be added. Works for action C<add>.
=item --output | -o filename
set the name of the output file. Works for actions
C<extract> and C<modularize>.
=item --output-from-package | --auto-output | -a
set the output filename from the package name (overrides any other
C<output> command line option). Works for action C<modularize>.
=item --package | -p | --module | -m name
set the name of the package for generating a module. Works for action
C<modularize>.
=item --usage
print a concise usage line and exit.
=item --version
print the version of the script.
=back
=head1 CONFIGURATION AND ENVIRONMENT
data-embed requires no configuration files or environment variables.
=head1 DEPENDENCIES
Nothing that L<Data::Embed> does not already require.
=head1 BUGS AND LIMITATIONS
No bugs have been reported.
Please report any bugs or feature requests through http://rt.cpan.org/
=head1 AUTHOR
Flavio Poletti C<polettix@cpan.org>
=head1 LICENCE AND COPYRIGHT
Copyright (c) 2014-2015 Flavio Poletti C<polettix@cpan.org>.
This script is free software; you can redistribute it and/or
modify it under the same terms as Perl itself. See L<perlartistic>
and L<perlgpl>.
=head1 DISCLAIMER OF WARRANTY
BECAUSE THIS SOFTWARE IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
FOR THE SOFTWARE, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
PROVIDE THE SOFTWARE "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER
EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE
ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE IS WITH
YOU. SHOULD THE SOFTWARE PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL
NECESSARY SERVICING, REPAIR, OR CORRECTION.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
REDISTRIBUTE THE SOFTWARE AS PERMITTED BY THE ABOVE LICENCE, BE
LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL,
OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE
THE SOFTWARE (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
FAILURE OF THE SOFTWARE TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.
=cut
( run in 1.459 second using v1.01-cache-2.11-cpan-39bf76dae61 )