Skip to content

Commit

Permalink
v3.003
Browse files Browse the repository at this point in the history
 - no need to try to load plugin
 - doc: refer to metacpan
  • Loading branch information
Mageia committed Feb 24, 2014
1 parent 68f3ccc commit 10a485a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
2 changes: 2 additions & 0 deletions Changes
@@ -1,6 +1,8 @@
Changelog for Dist-Zilla-PluginBundle-JQUELIN

{{$NEXT}}

3.003 2014-02-24 15:25:25+01:00 Europe/Paris
- no need to try to load plugin
- doc: refer to metacpan

Expand Down
26 changes: 13 additions & 13 deletions README.mkdn
Expand Up @@ -4,7 +4,7 @@ Dist::Zilla::PluginBundle::Author::JQUELIN - Build & release a distribution like

# VERSION

version 3.002
version 3.003

# SYNOPSIS

Expand All @@ -20,48 +20,48 @@ code to see exactly what are those plugins.
The following options are accepted:

- `weaver` - can be either `pod` (default) or `task`, to load
respectively either [PodWeaver](http://search.cpan.org/perldoc?Dist::Zilla::Plugin::PodWeaver) or
[TaskWeaver](http://search.cpan.org/perldoc?Dist::Zilla::Plugin::TaskWeaver).
respectively either [PodWeaver](https://metacpan.org/pod/Dist::Zilla::Plugin::PodWeaver) or
[TaskWeaver](https://metacpan.org/pod/Dist::Zilla::Plugin::TaskWeaver).

__NOTE:__ This bundle consumes
[Dist::Zilla::Role::PluginBundle::Config::Slicer](http://search.cpan.org/perldoc?Dist::Zilla::Role::PluginBundle::Config::Slicer) so you can also
[Dist::Zilla::Role::PluginBundle::Config::Slicer](https://metacpan.org/pod/Dist::Zilla::Role::PluginBundle::Config::Slicer) so you can also
specify attributes for any of the bundled plugins. The option should be
the plugin name and the attribute separated by a dot:

[@JQUELIN]
AutoPrereqs.skip = Bad::Module

See ["CONFIGURATION SYNTAX" in Config::MVP::Slicer](http://search.cpan.org/perldoc?Config::MVP::Slicer#CONFIGURATION SYNTAX) for more information.
See ["CONFIGURATION SYNTAX" in Config::MVP::Slicer](https://metacpan.org/pod/Config::MVP::Slicer#CONFIGURATION-SYNTAX) for more information.

# SEE ALSO

You can look for information on this module at:

- Search CPAN
- CPAN

[http://search.cpan.org/dist/Dist-Zilla-PluginBundle-Author-JQUELIN](http://search.cpan.org/dist/Dist-Zilla-PluginBundle-Author-JQUELIN)
[http://metacpan.org/release/Dist-Zilla-PluginBundle-Author-JQUELIN](http://metacpan.org/release/Dist-Zilla-PluginBundle-Author-JQUELIN)

- See open / report bugs

[http://rt.cpan.org/NoAuth/Bugs.html?Dist=Dist-Zilla-PluginBundle-Author-JQUELIN](http://rt.cpan.org/NoAuth/Bugs.html?Dist=Dist-Zilla-PluginBundle-Author-JQUELIN)
[http://rt.cpan.org/NoAuth/Bugs.html?Dist=Dist-Zilla-PluginBundle-Author-JQUELIN](http://rt.cpan.org/NoAuth/Bugs.html?Dist=Dist-Zilla-PluginBundle-Author-JQUELIN)

- Mailing-list (same as dist-zilla)

[http://www.listbox.com/subscribe/?list\_id=139292](http://www.listbox.com/subscribe/?list\_id=139292)
[http://www.listbox.com/subscribe/?list\_id=139292](http://www.listbox.com/subscribe/?list_id=139292)

- Git repository

[http://github.com/jquelin/dist-zilla-pluginbundle-author-jquelin](http://github.com/jquelin/dist-zilla-pluginbundle-author-jquelin)
[http://github.com/jquelin/dist-zilla-pluginbundle-author-jquelin](http://github.com/jquelin/dist-zilla-pluginbundle-author-jquelin)

- AnnoCPAN: Annotated CPAN documentation

[http://annocpan.org/dist/Dist-Zilla-PluginBundle-Author-JQUELIN](http://annocpan.org/dist/Dist-Zilla-PluginBundle-Author-JQUELIN)
[http://annocpan.org/dist/Dist-Zilla-PluginBundle-Author-JQUELIN](http://annocpan.org/dist/Dist-Zilla-PluginBundle-Author-JQUELIN)

- CPAN Ratings

[http://cpanratings.perl.org/d/Dist-Zilla-PluginBundle-Author-JQUELIN](http://cpanratings.perl.org/d/Dist-Zilla-PluginBundle-Author-JQUELIN)
[http://cpanratings.perl.org/d/Dist-Zilla-PluginBundle-Author-JQUELIN](http://cpanratings.perl.org/d/Dist-Zilla-PluginBundle-Author-JQUELIN)

See also: [Dist::Zilla::PluginBundle](http://search.cpan.org/perldoc?Dist::Zilla::PluginBundle).
See also: [Dist::Zilla::PluginBundle](https://metacpan.org/pod/Dist::Zilla::PluginBundle).

# AUTHOR

Expand Down

0 comments on commit 10a485a

Please sign in to comment.