Dist-Zilla-App-Command-aliendeps
    
    
  
  
  
view release on metacpan or search on metacpan
            "Test::Pod::Coverage" : "0",
            "Test::Pod::Spelling::CommonMistakes" : "0",
            "Test::Spelling" : "0",
            "Test::Strict" : "0",
            "YAML" : "0"
         }
      },
      "runtime" : {
         "requires" : {
            "Dist::Zilla::App" : "0",
            "Ref::Util" : "0",
            "perl" : "5.006"
         }
      },
      "test" : {
         "requires" : {
            "Dist::Zilla::App::Tester" : "0",
            "Test::More" : "0.94",
            "perl" : "5.006"
         }
      }
license: perl
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: '1.4'
name: Dist-Zilla-App-Command-aliendeps
no_index:
  directory:
    - corpus
requires:
  Dist::Zilla::App: '0'
  Ref::Util: '0'
  perl: '5.006'
resources:
  bugtracker: https://github.com/Perl5-Alien/Dist-Zilla-App-Command-aliendeps/issues
  homepage: https://metacpan.org/pod/Dist::Zilla::App::Command::aliendeps
  repository: git://github.com/Perl5-Alien/Dist-Zilla-App-Command-aliendeps.git
version: '0.03'
x_deprecated: 1
x_serialization_backend: 'YAML::Tiny version 1.70'
Makefile.PL view on Meta::CPAN
  },
  "DISTNAME" => "Dist-Zilla-App-Command-aliendeps",
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.006",
  "NAME" => "Dist::Zilla::App::Command::aliendeps",
  "PM" => {
    "lib/Dist/Zilla/App/Command/aliendeps.pm" => "\$(INST_LIB)/Dist/Zilla/App/Command/aliendeps.pm"
  },
  "PREREQ_PM" => {
    "Dist::Zilla::App" => 0,
    "Ref::Util" => 0
  },
  "TEST_REQUIRES" => {
    "Dist::Zilla::App::Tester" => 0,
    "Test::More" => "0.94"
  },
  "VERSION" => "0.03",
  "test" => {
    "TESTS" => "t/*.t"
  }
);
my %FallbackPrereqs = (
  "Dist::Zilla::App" => 0,
  "Dist::Zilla::App::Tester" => 0,
  "Ref::Util" => 0,
  "Test::More" => "0.94"
);
unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
  delete $WriteMakefileArgs{TEST_REQUIRES};
  delete $WriteMakefileArgs{BUILD_REQUIRES};
  $WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs;
}
requires "Dist::Zilla::App" => "0";
requires "Ref::Util" => "0";
requires "perl" => "5.006";
on 'test' => sub {
  requires "Dist::Zilla::App::Tester" => "0";
  requires "Test::More" => "0.94";
  requires "perl" => "5.006";
};
on 'configure' => sub {
  requires "ExtUtils::MakeMaker" => "0";
lib/Dist/Zilla/App/Command/aliendeps.pm view on Meta::CPAN
package Dist::Zilla::App::Command::aliendeps;
use strict;
use warnings;
use Dist::Zilla::App -command;
use Ref::Util qw( is_hashref );
# ABSTRACT: (DEPRECATED) Print your alien distributions alien prerequisites
our $VERSION = '0.03'; # VERSION
sub abstract { "print your alien distributions alien prerequisites" }
sub opt_spec { [ 'env', 'honor ALIEN_FORCE and ALIEN_INSTALL_TYPE environment variables' ] }
sub execute
t/00_diag.t view on Meta::CPAN
# This .t file is generated.
# make changes instead to dist.ini
my %modules;
my $post_diag;
$modules{$_} = $_ for qw(
  Dist::Zilla::App
  Dist::Zilla::App::Tester
  ExtUtils::MakeMaker
  Ref::Util
  Test::More
);
my @modules = sort keys %modules;
sub spacer ()
{
  diag '';
( run in 0.791 second using v1.01-cache-2.11-cpan-c333fce770f )