NAME
    Dist::Zilla::PluginBundle::KENTNL - BeLike::KENTNL when you build your
    distributions.

VERSION
    version 0.01002309

SYNOPSIS
        [@KENTNL]
        no_cpan = 1 ; skip upload to cpan and twitter.
        no_git  = 1 ; skip things that work with git.
        twitter_only = 1 ; skip uploading to cpan, don't git, but twitter with fakerelease.
        release_fail = 1 ; asplode!. ( non-twitter only )

DESCRIPTION
    This is the plug-in bundle that KENTNL uses. It exists mostly because he
    is very lazy and wants others to be using what he's using if they want
    to be doing work on his modules.

METHODS
  bundle_config
    See Dist::Zilla::Role::PluginBundle for what this is for, it is a method
    to satisfy that role.

ENVIRONMENT
    all of these have to merely exist to constitute a "true" status.

  KENTNL_NOGIT
    the same as no_git=1

  KENTNL_NOCPAN
    same as no_cpan = 1

  KENTNL_TWITTER_ONLY
    same as twitter_only=1

  KENTNL_RELEASE_FAIL
    same as release_fail=1

AUTHOR
      Kent Fredric <kentnl@cpan.org>

COPYRIGHT AND LICENSE
    This software is copyright (c) 2010 by Kent Fredric.

    This is free software; you can redistribute it and/or modify it under
    the same terms as the Perl 5 programming language system itself.

