Dist-Zilla-PluginBundle-Author-NMBOOKER

 view release on metacpan or  search on metacpan

lib/Dist/Zilla/PluginBundle/Author/NMBOOKER.pm  view on Meta::CPAN


__END__

=pod

=encoding UTF-8

=head1 NAME

Dist::Zilla::PluginBundle::Author::NMBOOKER

=head1 VERSION

version 0.001

=head1 SYNOPSIS

In your F<dist.ini>:

    [@Author::NMBOOKER]

=head1 DESCRIPTION

This generally implements the workflow that NMBOOKER's modules will use.

It is roughly equivalent to:

  [Git::GatherDir]
  [@Basic]

  [Prereqs::FromCPANfile]
  [AutoPrereqs]
  [ReadmeFromPod]
  [MetaConfig]
  [MetaJSON]
  [PodSyntaxTests]
  [Test::Compile]
  [Test::ReportPrereqs]
  [CheckChangesHasContent]
  [RewriteVersion]
  [NextRelease]
  [Repository]
  [PodWeaver]
  
  [Git::Commit / CommitGeneratedFiles]
  allow_dirty = dist.ini
  allow_dirty = Changes 
  allow_dirty = cpanfile 
  allow_dirty = LICENSE

  [Git::Tag]
  [BumpVersionAfterRelease]
  [Git::Commit / CommitVersionBump]
  allow_dirty_match = ^lib/
  commit_msg = "Bumped version number"

  [Git::Push]

  [Prereqs / TestMoreWithSubtests]
  -phase = test
  -type  = requires
  Test::More = 0.96

=head1 NAME

Dist::Zilla::PluginBundle::Author::NMBOOKER - Standard behaviour for NMBOOKER's modules

=head1 COPYRIGHT AND LICENSE

I've based this on a clone of L<Dist::Zilla::PluginBundle::Author::OpusVL>,
under the terms of the BSD license, so I hereby acknowledge their copyright.

Copyright (C) 2015, Nicholas Booker
Copyright (C) 2015, OpusVL

All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVE...

=head1 AUTHOR

Nicholas Booker <nmb+cpan@nickbooker.uk>

=head1 COPYRIGHT AND LICENSE

This software is Copyright (c) 2015 by Nicholas Booker.

This is free software, licensed under:

  The (three-clause) BSD License

=cut



( run in 3.429 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )