Acme-CPANPLUS-Module-With-Failing-Configure-Requires

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

{
   "abstract" : "Fake module with a configure prereq that fails for testing CPANPLUS",
   "author" : [
      "Chris Williams <chris@bingosnet.co.uk>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Dist::Zilla version 4.200007, CPAN::Meta::Converter version 2.110930",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : "2"
   },
   "name" : "Acme-CPANPLUS-Module-With-Failing-Configure-Requires",
   "prereqs" : {
      "configure" : {
         "requires" : {
            "Acme::CPANPLUS::Module::With::Core::PreReq" : 0,
            "ExtUtils::MakeMaker" : "6.30"
         }
      }
   },
   "release_status" : "stable",
   "resources" : {
      "homepage" : "http://github.com/bingos/acme-cpanplus-module-with-failing-configure-requires",
      "repository" : {
         "type" : "git",
         "url" : "http://github.com/bingos/acme-cpanplus-module-with-failing-configure-requires",
         "web" : "http://github.com/bingos/acme-cpanplus-module-with-failing-configure-requires"
      }
   },
   "version" : "0.02"
}

META.yml  view on Meta::CPAN

---
abstract: 'Fake module with a configure prereq that fails for testing CPANPLUS'
author:
  - 'Chris Williams <chris@bingosnet.co.uk>'
build_requires: {}
configure_requires:
  Acme::CPANPLUS::Module::With::Core::PreReq: 0
  ExtUtils::MakeMaker: 6.30
dynamic_config: 0
generated_by: 'Dist::Zilla version 4.200007, CPAN::Meta::Converter version 2.110930'
license: perl
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: 1.4
name: Acme-CPANPLUS-Module-With-Failing-Configure-Requires
resources:
  homepage: http://github.com/bingos/acme-cpanplus-module-with-failing-configure-requires
  repository: http://github.com/bingos/acme-cpanplus-module-with-failing-configure-requires
version: 0.02

Makefile.PL  view on Meta::CPAN

use strict;
use warnings;



use ExtUtils::MakeMaker 6.30;



my %WriteMakefileArgs = (
  'ABSTRACT' => 'Fake module with a configure prereq that fails for testing CPANPLUS',
  'AUTHOR' => 'Chris Williams <chris@bingosnet.co.uk>',
  'BUILD_REQUIRES' => {},
  'CONFIGURE_REQUIRES' => {
    'Acme::CPANPLUS::Module::With::Core::PreReq' => '0',
    'ExtUtils::MakeMaker' => '6.30'
  },
  'DISTNAME' => 'Acme-CPANPLUS-Module-With-Failing-Configure-Requires',
  'EXE_FILES' => [],
  'LICENSE' => 'perl',
  'NAME' => 'Acme::CPANPLUS::Module::With::Failing::Configure::Requires',

README  view on Meta::CPAN

NAME
    Acme::CPANPLUS::Module::With::Failing::Configure::Requires - Fake module
    with a configure prereq that fails for testing CPANPLUS

VERSION
    version 0.02

SYNOPSIS
     # erm

     cpanp -i Acme::CPANPLUS::Module::With::Failing::Configure::Requires

DESCRIPTION
    Acme::CPANPLUS::Module::With::Failing::Configure::Requires is a fake
    module that has a configure requires module that fails so I can test
    something in CPANPLUS and CPANPLUS::YACSmoke

    No moving parts and nothing to see.

AUTHOR
    Chris Williams <chris@bingosnet.co.uk>

COPYRIGHT AND LICENSE
    This software is copyright (c) 2011 by Chris Williams.

lib/Acme/CPANPLUS/Module/With/Failing/Configure/Requires.pm  view on Meta::CPAN

package Acme::CPANPLUS::Module::With::Failing::Configure::Requires;
BEGIN {
  $Acme::CPANPLUS::Module::With::Failing::Configure::Requires::VERSION = '0.02';
}

#ABSTRACT: Fake module with a configure prereq that fails for testing CPANPLUS

use strict;
use warnings;

q[Its like fail, but betterer];


__END__
=pod

=head1 NAME

Acme::CPANPLUS::Module::With::Failing::Configure::Requires - Fake module with a configure prereq that fails for testing CPANPLUS

=head1 VERSION

version 0.02

=head1 SYNOPSIS

 # erm

 cpanp -i Acme::CPANPLUS::Module::With::Failing::Configure::Requires

=head1 DESCRIPTION

Acme::CPANPLUS::Module::With::Failing::Configure::Requires is a fake module that has a
configure requires module that fails so I can test something in L<CPANPLUS> and L<CPANPLUS::YACSmoke>

No moving parts and nothing to see.

=head1 AUTHOR

Chris Williams <chris@bingosnet.co.uk>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by Chris Williams.

lib/Acme/CPANPLUS/Module/With/Failing/Configure/Requires.pm.bak  view on Meta::CPAN

package Acme-CPANPLUS-Module-With-Failing-Configure-Requires;

#ABSTRACT: Fake module with a configure prereq that fails for testing CPANPLUS

use strict;
use warnings;

q[Its like fail, but betterer];

=pod

=head1 SYNOPSIS



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