Devel::Fail::Make - a distro that always fails the `make` stage


Devel-Fail-Make documentation Contained in the Devel-Fail-Make distribution.

Index


Code Index:

NAME

Top

Devel::Fail::Make - a distro that always fails the `make` stage

SYNOPSIS

Top

Empty module

DESCRIPTION

Top

This dummy/empty module exists only so that it gets indexed in the CPAN module list. This distribution exists only for testing automatic installers such as cpan and cpanp.

LICENSE

Top

This software is released under the same license as Perl itself.

AUTHOR

Top

Martin Thurn


Devel-Fail-Make documentation Contained in the Devel-Fail-Make distribution.

# $Id: Make.pm,v 1.16 2009/04/21 22:21:53 Martin Exp $

package Devel::Fail::Make;

use strict;
use warnings;

my
$VERSION = do { my @r = (q$Revision: 1.16 $ =~ /\d+/g); sprintf "%d."."%03d" x $#r, @r };

1;

__END__