Dist-Zilla-Plugin-RPM-Push

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "constant" : "0",
            "namespace::autoclean" : "0",
            "strict" : "0",
            "warnings" : "0"
         }
      },
      "test" : {
         "requires" : {
            "File::Which" : "0",
            "Test::DZil" : "0",
            "Test::Differences" : "0",
            "Test::More" : "0.88"
         }
      }
   },
   "release_status" : "stable",
   "resources" : {
      "bugtracker" : {
         "mailto" : "bug-dist-zilla-plugin-rpm-push@rt.cpan.org",
         "web" : "http://rt.cpan.org/NoAuth/Bugs.html?Dist=Dist-Zilla-Plugin-RPM-Push"
      },

META.yml  view on Meta::CPAN

---
abstract: 'Dist::Zilla plugin to build RPMs and push them into a repository'
author:
  - 'Markus Benning <me@w3r3wolf.de>'
build_requires:
  File::Which: 0
  Test::DZil: 0
  Test::Differences: 0
  Test::More: 0.88
configure_requires:
  ExtUtils::MakeMaker: 6.30
dynamic_config: 0
generated_by: 'Dist::Zilla version 5.013, CPAN::Meta::Converter version 2.120921'
license: perl
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: 1.4
name: Dist-Zilla-Plugin-RPM-Push

Makefile.PL  view on Meta::CPAN

    "Path::Class" => 0,
    "Text::Template" => 0,
    "constant" => 0,
    "namespace::autoclean" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "File::Which" => 0,
    "Test::DZil" => 0,
    "Test::Differences" => 0,
    "Test::More" => "0.88"
  },
  "VERSION" => "0.010",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (

Makefile.PL  view on Meta::CPAN

  "Dist::Zilla::Role::FilePruner" => 0,
  "Dist::Zilla::Role::Releaser" => 0,
  "File::Temp" => 0,
  "File::Which" => 0,
  "IPC::Run" => 0,
  "Moose" => 0,
  "Moose::Autobox" => 0,
  "Moose::Util::TypeConstraints" => 0,
  "Path::Class" => 0,
  "Test::DZil" => 0,
  "Test::Differences" => 0,
  "Test::More" => "0.88",
  "Text::Template" => 0,
  "constant" => 0,
  "namespace::autoclean" => 0,
  "strict" => 0,
  "warnings" => 0
);


unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {

dist.ini  view on Meta::CPAN

Moose::Autobox = 0
namespace::autoclean = 0
Path::Class = 0
Text::Template = 0
IPC::Run = 0

[Prereqs / TestRequires]
File::Which = 0
Test::DZil = 0
Test::More = 0.88
Test::Differences = 0

t/01generate_spec.t  view on Meta::CPAN

#!/usr/bin/env perl

use strict;
use warnings;

use Test::DZil qw(Builder simple_ini);
use Test::More 0.88;
use Test::Differences;

{
    my $tzil = Builder->from_config(
        { dist_root => 'corpus/dist' },
        {
            add_files => {
                'source/dist.ini' => simple_ini(
                    'RPM::Push'
                ),
            },



( run in 1.544 second using v1.01-cache-2.11-cpan-39bf76dae61 )