Acme-CPANModules-HaveWebsite

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
            ":PerlExecFiles"
         ],
         "skips" : [],
         "switch" : []
      }
   },
   "name" : "@Author::PERLANCAR/Test::Compile",
   "version" : "2.058"
},
{
   "class" : "Dist::Zilla::Plugin::Test::Perl::Critic::Subset",
   "config" : {
      "Dist::Zilla::Plugin::Test::Perl::Critic::Subset" : {
         "finder" : [
            ":ExecFiles",
            ":InstallModules",
            ":TestFiles"
         ]
      }
   },
   "name" : "@Author::PERLANCAR/Test::Perl::Critic::Subset",
   "version" : "3.001.006"
},
{
   "class" : "Dist::Zilla::Plugin::Test::Rinci",
   "name" : "@Author::PERLANCAR/Test::Rinci",
   "version" : "0.040"
},
{
   "class" : "Dist::Zilla::Plugin::StaticInstall",
   "config" : {

META.yml  view on Meta::CPAN

376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
        - ':InstallModules'
      needs_display: 0
      phase: test
      script_finder:
        - ':PerlExecFiles'
      skips: []
      switch: []
  name: '@Author::PERLANCAR/Test::Compile'
  version: '2.058'
-
  class: Dist::Zilla::Plugin::Test::Perl::Critic::Subset
  config:
    Dist::Zilla::Plugin::Test::Perl::Critic::Subset:
      finder:
        - ':ExecFiles'
        - ':InstallModules'
        - ':TestFiles'
  name: '@Author::PERLANCAR/Test::Perl::Critic::Subset'
  version: 3.001.006
-
  class: Dist::Zilla::Plugin::Test::Rinci
  name: '@Author::PERLANCAR/Test::Rinci'
  version: '0.040'
-
  class: Dist::Zilla::Plugin::StaticInstall
  config:
    Dist::Zilla::Plugin::StaticInstall:
      dry_run: 0

t/author-critic.t  view on Meta::CPAN

4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
  unless ($ENV{AUTHOR_TESTING}) {
    print qq{1..0 # SKIP these tests are for testing by the author\n};
    exit
  }
}
 
 
use strict;
 
# this test was generated with Dist::Zilla::Plugin::Test::Perl::Critic::Subset 3.001.006
 
use Test::Perl::Critic (-profile => "") x!! -e "";
 
my $filenames = ['lib/Acme/CPANModules/HaveWebsite.pm'];
unless ($filenames && @$filenames) {
    $filenames = -d "blib" ? ["blib"] : ["lib"];
}
 
all_critic_ok(@$filenames);



( run in 0.679 second using v1.01-cache-2.11-cpan-26ccb49234f )