NAME
My::Module::Build - Customize Module::Build.
SYNOPSIS
use lib qw{ inc };
use My::Module::Build;
my $mb = My::Module::Build->new(
module_name => 'Foo::Bar',
dist_author => 'Yehudi Menuhin',
dist_abstract => 'Foo some bars',
license => 'perl',
);
$mb->create_build_script();
DESCRIPTION
This subclass of Module::Build adds build targets as convenient.
ACTIONS
-
This action performs both the normal tests in t/ and the author tests in xt/author/.
- genclean
-
This action is just like the
realcleanaction, but also removes files generated by the packaging process. These are META.json and META.yml.
SEE ALSO
SUPPORT
Support is by the author. Please file bug reports at https://rt.cpan.org, or in electronic mail to the author.
AUTHOR
Thomas R. Wyant, III wyant at cpan dot org
COPYRIGHT AND LICENSE
Copyright (C) 2022 by Thomas R. Wyant, III
This program is free software; you can redistribute it and/or modify it under the same terms as Perl 5.10.0. For more details, see the full text of the licenses in the directory LICENSES.
This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.