Group
Extension

Matches 1

Mojolicious-Command-generate-bootstrap_app ( M/MK/MKRULL/Mojolicious-Command-generate-bootstrap_app-0.07.tar.gz, MKRULL, 2013; MetaCPAN )
Mojolicious-Command-generate-bootstrap_app/lib/Mojolicious/Command/generate/bootstrap_app.pm ( view source; MetaCPAN )
        $self->render_to_rel_file('fixture_config', "$name/share/$mode/fixtures/1/conf/all_tables.json");
    };

    # tests
    $self->render_to_rel_file('test', "$name/t/basic.t", $class );

    # 
|           |       `-- 1.fix
    |   |           `-- conf
    |   |               `-- all_tables.json
    |   |-- production
    |   |   `-- fixtures
    |   |       `-- 1
    |   |           |-- all
|           |       `-- 1.fix
    |   |           `-- conf
    |   |               `-- all_tables.json
    |   `-- testing
    |       `-- fixtures
    |           `-- 1
    |               |-- all_ta

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