X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=inc%2FMMHelper.pm;h=02bf893b30b40bac7c22ada1f6daf27aeb937324;hb=8c70b0e6167da4bb0f3008749964f682e5c1715e;hp=98bbdbb2452cfe9d311d2842cf8f2fd3ca620035;hpb=093f4bba680b2d52f60c9f5b06383b8e183e98f2;p=gitmo%2FMoose.git diff --git a/inc/MMHelper.pm b/inc/MMHelper.pm index 98bbdbb..02bf893 100644 --- a/inc/MMHelper.pm +++ b/inc/MMHelper.pm @@ -53,23 +53,6 @@ package MY; use Config; -my $message; -BEGIN { -$message = <<'MESSAGE'; - - ********************************* ERROR ************************************ - - This module uses Dist::Zilla for development. This Makefile.PL will let you - run the tests, but should not be used for installation or building dists. - Building a dist should be done with 'dzil build', installation should be - done with 'dzil install', and releasing should be done with 'dzil release'. - - **************************************************************************** - -MESSAGE -$message =~ s/^(.*)$/\t\$(NOECHO) echo "$1";/mg; -} - sub const_cccmd { my $ret = shift->SUPER::const_cccmd(@_); return q{} unless $ret; @@ -90,23 +73,6 @@ sub postamble { $(OBJECT) : mop.h EOF } - -sub install { - return <