Group
Extension

Matches 3

Test-Dist-Zilla ( V/VD/VDB/Test-Dist-Zilla-v0.4.4.tar.gz, VDB, 2016; MetaCPAN )
Test-Dist-Zilla/lib/Test/Dist/Zilla.pm ( view source; MetaCPAN )
od     sub _build_plugin { [
#pod         'GatherDir',
#pod         'Manifest',
#pod         'MetaJSON',
#pod     ] };
#pod
#pod     run_me {
#pod         plugins => [
#pod             'GatherDir',
#p
.json' => sub {
#pod         my ( $self ) = @_;
#pod         $self->skip_if_exception();
#pod         my $built_in = path( $self->tzil->built_in );
#pod         my $json = $built_in->child( 'META.json
' )->slurp_utf8;
#pod         cmp_deeply( $json, $self->expected->{ json } );
#pod     };
#pod
#pod =cut

has tzil => (
    is          => 'ro',
    isa         => 'Object',
    lazy        => 1,
    
Test-Dist-Zilla ( V/VD/VDB/Test-Dist-Zilla-v0.4.4.tar.gz, VDB, 2016; MetaCPAN )
Test-Dist-Zilla/lib/Test/Dist/Zilla/Build.pm ( view source; MetaCPAN )
 Plugins to use.
#pod             'GatherDir',
#pod             'Manifest',
#pod             'MetaJSON',
#pod         ],
#pod         files => {                          # Files to add.
#pod          
      # Expected content of MANIFEST.
#pod                 'MANIFEST',
#pod                 'META.json',
#pod                 'dist.ini',
#pod                 'lib/Dummy.pm',
#pod             ],
#pod 
              # Plugins to use.
            'GatherDir',
            'Manifest',
            'MetaJSON',
        ],
        files => {                          # Files to add.
            'lib/Dummy.p
Test-Dist-Zilla ( V/VD/VDB/Test-Dist-Zilla-v0.4.4.tar.gz, VDB, 2016; MetaCPAN )
Test-Dist-Zilla/lib/Test/Dist/Zilla/BuiltFiles.pm ( view source; MetaCPAN )
    plugins => [
#pod             'GatherDir',
#pod             'Manifest',
#pod             'MetaJSON',
#pod         ],
#pod         files => {
#pod             'lib/Dummy.pm' => 'package Dummy; 1;',
 re( qr{^# This file was } ),
#pod                     'MANIFEST',
#pod                     'META.json',
#pod                     'dist.ini',
#pod                     'lib/Dummy.pm',
#pod             
test' => {
        plugins => [
            'GatherDir',
            'Manifest',
            'MetaJSON',
        ],
        files => {
            'lib/Dummy.pm' => 'package Dummy; 1;',
        },
   

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