Group
Extension

Matches 2

Evented-API-Engine ( C/CO/COOPER/Evented-API-Engine-4.13.tar.gz, COOPER, 2020; MetaCPAN )
Evented-API-Engine/lib/Evented/API/Engine.pm ( view source; MetaCPAN )
 feature availability.
#
package Evented::API::Engine;

use warnings;
use strict;
use 5.010;

use JSON::XS;
use Scalar::Util qw(weaken blessed);
use Module::Loaded qw(mark_as_loaded mark_as_unloaded i
ngine log messages

=item *

B<$developer> - I<optional>, if true, module info will be written to JSON
metadata files. your program should include a developer mode option which in
turn enables this.

$file' missing");
        return;
    }

    # fetch module information. this will be read from a JSON manifest OR
    # from the comments atop the module code if we're in developer mode.
    # give u
Evented-API-Engine ( C/CO/COOPER/Evented-API-Engine-4.13.tar.gz, COOPER, 2020; MetaCPAN )
Evented-API-Engine/lib/Evented/API/Module.pm ( view source; MetaCPAN )
iated with the
module, such as JSON-encoded metadata, submodules, and documentation.

    $MODULE_DIR/Backend.pm              # package file
    $MODULE_DIR/Backend.json            # metadata file
   
DIR/More.module/More.json   # submodule metadata
    
=head2 Module metadata

Module metadata is extracted from comments in primary package file.

Metadata is written to a C<.json> file within the mod

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.