Skip to content

ido50/Dist-Zilla-PluginBundle-IDOPEREL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME

Dist::Zilla::PluginBundle::IDOPEREL - IDOPEREL's plugin bundle for Dist::Zilla.

SYNOPSIS

In your dist.ini file:

    [@IDOPEREL]

DESCRIPTION

This module is a bundle of plugins for Dist::Zilla that is regularly used by me (Ido Perlmuter). If you find it suits your needs, feel free to install and use it.

This bundle provides the following plugins and bundles:

  [@Filter]
  -bundle = @Basic
  -remove = Readme

  [@Git]

  [VersionFromModule]
  [AutoPrereqs]
  [CheckChangesHasContent]
  [Test::DistManifest]
  [GitHub::Meta]
  [InstallGuide]
  [MetaJSON]
  [MinimumPerl]
  [NextRelease]
  [ReadmeFromPod]
  [TestRelease]
  [Signature]

  [ReadmeAnyFromPod]
  type = markdown
  filename = README.md
  location = build

  [CopyFilesFromBuild]
  copy = README.md

  [Encoding]
  encoding = bytes
  match = \.(jpg|png|gif|gz|zip)$

INTERNAL METHODS

configure

AUTHOR

Ido Perlmuter, <ido at ido50.net>

BUGS

Please report any bugs or feature requests to bug-dist-zilla-pluginbundle-idoperel at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Dist-Zilla-PluginBundle-IDOPEREL. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc Dist::Zilla::PluginBundle::IDOPEREL

You can also look for information at:

LICENSE AND COPYRIGHT

Copyright 2010-2016 Ido Perlmuter.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.