X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=maint%2FMakefile.PL.inc%2F50_redefine_makefile_flow.pl;h=c4076805ac4ffb2c21c7bb526a2141a28f8b03bf;hb=1b6cbedd;hp=c3eb8df6aeadf1c1f180d2a5f8553a18f7c6add2;hpb=554f36212c5d307795548e424da0ea18d10733d0;p=dbsrgits%2FDBIx-Class.git diff --git a/maint/Makefile.PL.inc/50_redefine_makefile_flow.pl b/maint/Makefile.PL.inc/50_redefine_makefile_flow.pl index c3eb8df..c407680 100644 --- a/maint/Makefile.PL.inc/50_redefine_makefile_flow.pl +++ b/maint/Makefile.PL.inc/50_redefine_makefile_flow.pl @@ -24,14 +24,6 @@ check_create_distdir_prereqs : $mm_proto->oneliner("DBIx::Class::Optional::Dependencies->die_unless_req_ok_for(q(dist_dir))", [qw/-Ilib -MDBIx::Class::Optional::Dependencies/]) ]} -EOM - } -} - -# add an upload target check as a *preamble* -# will ensure things being assembled in the right order -preamble <<"EOP"; - upload :: check_create_distdir_prereqs check_upload_dist_prereqs check_upload_dist_prereqs : @@ -39,7 +31,9 @@ check_upload_dist_prereqs : $mm_proto->oneliner("DBIx::Class::Optional::Dependencies->die_unless_req_ok_for(q(dist_upload))", [qw/-Ilib -MDBIx::Class::Optional::Dependencies/]) ]} -EOP +EOM + } +} # EU::MM BUG - workaround # somehow the init_PM of EUMM (in MM_Unix) interprets ResultClass.pod.proto