| Devel-Fail-Make documentation | Contained in the Devel-Fail-Make distribution. |
Devel::Fail::Make - a distro that always fails the `make` stage
Empty module
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.
This software is released under the same license as Perl itself.
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__