package Dist::Zilla::MintingProfile::Author::BBYRD; our $VERSION = '0.95'; # VERSION # ABSTRACT: DZIL MintingProfile for BBYRD use sanity; use Moose; with 'Dist::Zilla::Role::MintingProfile::ShareDir'; __PACKAGE__->meta->make_immutable; 42; __END__ =pod =encoding utf-8 =head1 NAME Dist::Zilla::MintingProfile::Author::BBYRD - DZIL MintingProfile for BBYRD =head1 SYNOPSIS dzil new -P Author::BBYRD [distro_name] =head1 DESCRIPTION This is a personalized Author minting profile for DZIL. =head1 NAMING SCHEME I'm a strong believer in structured order in the chaos that is the CPAN namespace. There's enough cruft in CPAN, with all of the forked modules, legacy stuff that should have been removed 10 years ago, and confusion over which modules are available vs. which ones actually work. (Which all stem from the same base problem, so I'm almost repeating myself...) Like I said, I hate writing these personalized modules on CPAN. I even bantered around the idea of using L to store the plugin data. However, keeping the Author plugins separated from the real PluginBundles is a step in the right direction. See L for more information. =head1 AVAILABILITY The project homepage is L. The latest version of this module is available from the Comprehensive Perl Archive Network (CPAN). Visit L to find a CPAN site near you, or see L. =head1 AUTHOR Brendan Byrd =head1 CONTRIBUTOR Brendan Byrd =head1 COPYRIGHT AND LICENSE This software is Copyright (c) 2013 by Brendan Byrd. This is free software, licensed under: The Artistic License 2.0 (GPL Compatible) =cut