Skip to content

Commit

Permalink
Build results of 8bbb329 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanick committed Feb 3, 2015
2 parents 8bbb329 + 9cecc7a commit d40e6a7
Show file tree
Hide file tree
Showing 22 changed files with 1,869 additions and 238 deletions.
3 changes: 0 additions & 3 deletions .gitignore

This file was deleted.

1 change: 0 additions & 1 deletion .mailmap

This file was deleted.

13 changes: 13 additions & 0 deletions AUTHOR_PLEDGE
@@ -0,0 +1,13 @@

# CPAN Covenant for Dist-Zilla-PluginBundle-YANICK

I, Yanick Champoux <yanick@cpan.org>, hereby give modules@perl.org permission to grant co-maintainership
to Dist-Zilla-PluginBundle-YANICK, if all the following conditions are met:

(1) I haven't released the module for a year or more
(2) There are outstanding issues in the module's public bug tracker
(3) Email to my CPAN email address hasn't been answered after a month
(4) The requester wants to make worthwhile changes that will benefit CPAN

In the event of my death, then the time-limits in (1) and (3) do not apply.

13 changes: 3 additions & 10 deletions Changes
@@ -1,19 +1,12 @@
Revision history for {{$dist->name}}

{{$NEXT}}
[API CHANGES]

[BUG FIXES]

[DOCUMENTATION]
Revision history for Dist-Zilla-PluginBundle-YANICK

0.22.0 2015-02-03
[ENHANCEMENTS]
- Add VerifyPhase.
- Add a few config params.

[NEW FEATURES]

[STATISTICS]
- code churn: 4 files changed, 59 insertions(+), 8 deletions(-)

0.21.1 2014-11-06
[BUG FIXES]
Expand Down
44 changes: 44 additions & 0 deletions INSTALL
@@ -0,0 +1,44 @@

This is the Perl distribution Dist-Zilla-PluginBundle-YANICK.

Installing Dist-Zilla-PluginBundle-YANICK is straightforward.

## Installation with cpanm

If you have cpanm, you only need one line:

% cpanm Dist::Zilla::PluginBundle::YANICK

If you are installing into a system-wide directory, you may need to pass the
"-S" flag to cpanm, which uses sudo to install the module:

% cpanm -S Dist::Zilla::PluginBundle::YANICK

## Installing with the CPAN shell

Alternatively, if your CPAN shell is set up, you should just be able to do:

% cpan Dist::Zilla::PluginBundle::YANICK

## Manual installation

As a last resort, you can manually install it. Download the tarball, untar it,
then build it:

% perl Makefile.PL
% make && make test

Then install it:

% make install

If you are installing into a system-wide directory, you may need to run:

% sudo make install

## Documentation

Dist-Zilla-PluginBundle-YANICK documentation is available as POD.
You can run perldoc from a shell to read the documentation:

% perldoc Dist::Zilla::PluginBundle::YANICK

0 comments on commit d40e6a7

Please sign in to comment.