Group
Extension

Matches 2

App-Dazz ( W/WA/WANGQ/App-Dazz-0.1.0.tar.gz, WANGQ, 2020; MetaCPAN )
App-Dazz/lib/App/Dazz/Common.pm ( view source; MetaCPAN )
ings;
use autodie;

use 5.010001;

use Carp qw();
use Graph;
use IO::Zlib;
use IPC::Cmd qw();
use JSON qw();
use List::Util;
use Path::Tiny qw();
use Statistics::Descriptive qw();
use YAML::Syck qw();
App-Dazz ( W/WA/WANGQ/App-Dazz-0.1.0.tar.gz, WANGQ, 2020; MetaCPAN )
App-Dazz/lib/App/Dazz/Command/cover.pm ( view source; MetaCPAN )
 $opt->{outfile} ) {
        $opt->{outfile} = Path::Tiny::path( $args->[0] )->absolute . ".cover.json";
    }
}

sub execute {
    my ( $self, $opt, $args ) = @_;

    # make paths absolute before we
       $tempdir->child("meta.cover.json")
            ->spew( JSON::to_json( $meta_of, { pretty => 1, canonical => 1, } ) );
        $tempdir->child("meta.cover.json")->copy( $opt->{outfile} );

     

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