Group
Extension

Matches 1

Alien-FLTK ( S/SA/SANKO/Alien-FLTK-v1.3.5.tar.gz, SANKO, 2020; MetaCPAN )
Alien-FLTK/lib/Alien/FLTK.pm ( view source; MetaCPAN )
s;
use File::ShareDir qw[dist_dir];
use File::Spec::Functions qw[catdir canonpath];
use JSON::Tiny qw[decode_json];
use File::Slurp qw[read_file];
use lib '../../blib/lib', '../blib/lib', 'blib/lib', 
- overrides are unsupported
    return
        bless decode_json(
        read_file( canonpath( catdir( dist_dir('Alien-FLTK'), 'config.json' ) ) ) ), shift;
}

sub include_dirs {
    my ($self) = @_;

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