# $Id: Make.pm,v 1.16 2009/04/21 22:21:53 Martin Exp $ =head1 NAME Devel::Fail::Make - a distro that always fails the `make` stage =head1 SYNOPSIS Empty module =head1 DESCRIPTION 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. =head1 LICENSE This software is released under the same license as Perl itself. =head1 AUTHOR Martin Thurn =cut 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__