OPM-Maker-Command-sopm

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

   "name" : "OPM-Maker-Command-sopm",
   "prereqs" : {
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0"
         }
      },
      "develop" : {
         "requires" : {
            "Pod::Coverage::TrustPod" : "0",
            "Test::BOM" : "0",
            "Test::More" : "0.88",
            "Test::NoTabs" : "0",
            "Test::Pod" : "1.41",
            "Test::Pod::Coverage" : "1.08"
         }
      },
      "runtime" : {
         "requires" : {
            "Capture::Tiny" : "0.24",
            "Carp" : "0",

cpanfile  view on Meta::CPAN

requires "XML::LibXML" => "0";
requires "XML::LibXML::PrettyPrint" => "0";
requires "perl" => "5.010";

on 'configure' => sub {
    requires "ExtUtils::MakeMaker" => "0";
};

on 'develop' => sub {
    requires "Pod::Coverage::TrustPod" => "0";
    requires "Test::BOM" => "0";
    requires "Test::More" => "0.88";
    requires "Test::NoTabs" => "0";
    requires "Test::Pod" => "1.41";
    requires "Test::Pod::Coverage" => "1.08";
};

dist.ini  view on Meta::CPAN

[@Filter]
-bundle = @Basic
-remove = Readme

[Git::Contributors]
include_authors = 1

[PodCoverageTests]
[PodSyntaxTests]
[Test::NoTabs]
[Test::NoBOM]

[MetaProvides::Package]
[MetaJSON]

[@Git]

[ReadmeAnyFromPod / MarkdownInRoot]
phase = build

[ReadmeAnyFromPod / TextInBuild]

t/author-no-bom.t  view on Meta::CPAN

BEGIN {
  unless ($ENV{AUTHOR_TESTING}) {
    print qq{1..0 # SKIP these tests are for testing by the author\n};
    exit
  }
}

use strict;
use warnings;

# this test was generated with Dist::Zilla::Plugin::Test::NoBOM 0.002

use Test::More 0.88;
use Test::BOM;

my @files = (
    'lib/OPM/Maker/Command/sopm.pm',
    'lib/OPM/Maker/Utils/OTRS3.pm',
    'lib/OPM/Maker/Utils/OTRS4.pm',
    't/author-no-bom.t',
    't/author-no-tabs.t',
    't/author-pod-coverage.t',
    't/author-pod-syntax.t',
    't/base/01_simple_json.t',



( run in 0.539 second using v1.01-cache-2.11-cpan-e9daa2b36ef )