The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

update-rinci-metadata-db - Create/update Rinci metadata database

VERSION

This document describes version 0.01 of update-rinci-metadata-db (from Perl distribution App-UpdateRinciMetadataDb), released on 2014-06-19.

SYNOPSIS

Will scan all modules under MyApp:: recursively and record into database.

 % update-rinci-metadata-db dbi:SQLite:dbname=metadata.db MyApp::

For more options:

 % update-rinci-metadata-db --help

DESCRIPTION

This script creates/updates database that stores Rinci metadata retrieved from Perl modules. The created database is suitable for use by Perinci::Access::Schemeless::DBI.

USAGE

 % update-rinci-metadata-db [opt] <DBI-DSN> <module-or-prefixes> ...

OPTIONS

--user => str

DBI connection username.

--password => str

DBI connection password.

TODO

Allow other serialization format than JSON.

SEE ALSO

Perinci::Access::Schemeless::DBI

HOMEPAGE

Please visit the project's homepage at https://metacpan.org/release/App-UpdateRinciMetadataDb.

SOURCE

Source repository is at https://github.com/sharyanto/perl-App-UpdateRinciMetadataDb.

BUGS

Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=App-UpdateRinciMetadataDb

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 <stevenharyanto@gmail.com>

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.