We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7e0e0e commit 1fb9f50Copy full SHA for 1fb9f50
Makefile.PL
@@ -104,6 +104,14 @@ if ($Module::Install::AUTHOR && ! $args->{skip_author_deps}) {
104
author_tests( 'xt' );
105
readme_from( 'lib/DBIx/Class/Schema/Loader.pm' );
106
realclean_files( qw[README MANIFEST lib/DBIx/Class/Schema/Loader/Optional/Dependencies.pod] );
107
+ postamble <<EOP;
108
+create_distdir: author_stop_distdir_creation
109
+author_stop_distdir_creation:
110
+\t\$(NOECHO) \$(ECHO) Creation of dist with author mode deps not allowed
111
+\t\$(NOECHO) \$(ECHO) Please re-run Makefile.PL with --skip_author_deps
112
+\t\$(NOECHO) \$(FALSE)
113
+EOP
114
+
115
}
116
117
tests_recursive;
0 commit comments