Skip to content

Commit

Permalink
Build results of 6530f47 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanick committed Mar 19, 2013
2 parents 6530f47 + 4170936 commit 0756e88
Show file tree
Hide file tree
Showing 20 changed files with 1,425 additions and 154 deletions.
2 changes: 0 additions & 2 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.

82 changes: 82 additions & 0 deletions Build.PL
@@ -0,0 +1,82 @@

use strict;
use warnings;

use Module::Build 0.3601;


my %module_build_args = (
"build_requires" => {
"File::Find" => 0,
"File::Temp" => 0,
"Module::Build" => "0.3601",
"Test::More" => "0.88"
},
"configure_requires" => {
"Module::Build" => "0.3601"
},
"dist_abstract" => "Be like Yanick when you build your dists",
"dist_author" => [
"Yanick Champoux <yanick\@cpan.org>"
],
"dist_name" => "Dist-Zilla-PluginBundle-YANICK",
"dist_version" => "0.16.0",
"license" => "perl",
"module_name" => "Dist::Zilla::PluginBundle::YANICK",
"recommends" => {},
"recursive_test_files" => 1,
"requires" => {
"CPAN::Changes" => "0.17",
"Dist::Zilla::Plugin::Bugtracker" => 0,
"Dist::Zilla::Plugin::ChangeStats::Git" => 0,
"Dist::Zilla::Plugin::CoalescePod" => 0,
"Dist::Zilla::Plugin::CoderwallEndorse" => 0,
"Dist::Zilla::Plugin::ContributorsFile" => 0,
"Dist::Zilla::Plugin::ContributorsFromGit" => 0,
"Dist::Zilla::Plugin::Covenant" => 0,
"Dist::Zilla::Plugin::Git" => 0,
"Dist::Zilla::Plugin::GithubMeta" => 0,
"Dist::Zilla::Plugin::HelpWanted" => 0,
"Dist::Zilla::Plugin::Homepage" => 0,
"Dist::Zilla::Plugin::InstallGuide" => "1.200000",
"Dist::Zilla::Plugin::InstallRelease" => 0,
"Dist::Zilla::Plugin::License" => 0,
"Dist::Zilla::Plugin::MetaJSON" => 0,
"Dist::Zilla::Plugin::MetaProvides::Package" => 0,
"Dist::Zilla::Plugin::MetaYAML" => 0,
"Dist::Zilla::Plugin::ModuleBuild" => 0,
"Dist::Zilla::Plugin::NextRelease" => 0,
"Dist::Zilla::Plugin::PodWeaver" => 0,
"Dist::Zilla::Plugin::PreviousVersion::Changelog" => 0,
"Dist::Zilla::Plugin::ReadmeFromPod" => 0,
"Dist::Zilla::Plugin::ReadmeMarkdownFromPod" => 0,
"Dist::Zilla::Plugin::RunExtraTests" => 0,
"Dist::Zilla::Plugin::SchwartzRatio" => 0,
"Dist::Zilla::Plugin::Signature" => 0,
"Dist::Zilla::Plugin::Test::Compile" => 0,
"Dist::Zilla::Plugin::Test::UnusedVars" => 0,
"Dist::Zilla::Plugin::Twitter" => "0.019",
"Dist::Zilla::Role::AfterRelease" => 0,
"Dist::Zilla::Role::FileMunger" => 0,
"Dist::Zilla::Role::MintingProfile::ShareDir" => 0,
"Dist::Zilla::Role::PluginBundle::Easy" => 0,
"Dist::Zilla::Role::TextTemplate" => 0,
"Dist::Zilla::Role::VersionProvider" => 0,
"Git::Repository" => 0,
"Moose" => 0,
"Perl::Version" => 0,
"strict" => 0,
"warnings" => 0
},
"script_files" => [],
"share_dir" => {
"module" => {
"Dist::Zilla::MintingProfile::Author::YANICK" => "share/profiles"
}
}
);


my $build = Module::Build->new(%module_build_args);

$build->create_build_script;
13 changes: 3 additions & 10 deletions Changes
@@ -1,18 +1,11 @@
Revision history for {{$dist->name}}

{{$NEXT}}
[API CHANGES]

[BUG FIXES]

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

0.16.0 2013-03-18
[ENHANCEMENTS]
- Add DZP::ContributorsFromGit and DZP::ContributorsFile

[NEW FEATURES]

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

0.15.0 2013-02-02
[ENHANCEMENTS]
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 Build.PL
% ./Build && ./Build test

Then install it:

% ./Build install

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

% sudo ./Build 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 0756e88

Please sign in to comment.