Skip to content

Commit

Permalink
added a few more (and replaced) some module install plugins to make m…
Browse files Browse the repository at this point in the history
…y life a bit more easy
  • Loading branch information
jjn1056 committed Sep 17, 2010
1 parent 56f7b65 commit 39b85a5
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 5 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
This file documents the revision history for Perl Application 'Task::BeLike::JJNAPIORK'.

0.04 2010-09-17
-

0.03 2010-09-15
- took out CARP::REPL since it's a debugging tool, not something that fits
the role of this module which is intended to be a sort of personal SDK,
Expand Down
8 changes: 6 additions & 2 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,22 @@ requires (
'App::cpanminus' => '1.0012',
'Module::Install' => '1.00',
'Module::Install::AuthorTests' => '0.002',
'Module::Install::GithubMeta' => '0.10',
'Module::Install::Repository' => '0.06',
'Module::Install::AutoManifest' => '0.003',
'Module::Install::ReadmePodFromPod' => '0.01',
'Module::Install::ReadmeFromPod' => '0.12',
'Module::Install::ManifestSkip' => '0.12',
'Module::Install::Homepage' => '0.01',
'Module::Install::AutoLicense' => '0.08',
'Module::Setup' => '0.09',
'App::local::lib::helper' => '0.02',
);

readme_from;
manifest_skip;
auto_set_repository;
auto_set_homepage;
auto_manifest;
auto_install;
githubmeta;
auto_license;
WriteAll;
6 changes: 6 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@ MODULES INSTALLED
Module::Install::ManifestSkip
Start you off with a sane MANIFEST.SKIP file.

Module::Install::Homepage
Set or guess a reasonable homepage for your module.

Module::Install::AutoLicense
Create a lICENSE file it it is missing.

Module::Setup
For when I am too lazy to make my own project skeletons

Expand Down
14 changes: 11 additions & 3 deletions lib/Task/BeLike/JJNAPIORK.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package Task::BeLike::JJNAPIORK;

use 5.008008;
our $VERSION = '0.03';
our $VERSION = '0.04';

=head1 NAME
Expand Down Expand Up @@ -79,9 +79,9 @@ Easier to manage your project dependencies.
Mark some tests as author only.
=item L<Module::Install::GithubMeta>
=item L<Module::Install::Repository>
Add github repository stuff.
Add source control repository information to META
=item L<Module::Install::AutoManifest>
Expand All @@ -99,6 +99,14 @@ For when a text only README is desired.
Start you off with a sane MANIFEST.SKIP file.
=item L<Module::Install::Homepage>
Set or guess a reasonable homepage for your module.
=item L<Module::Install::AutoLicense>
Create a lICENSE file it it is missing.
=item L<Module::Setup>
For when I am too lazy to make my own project skeletons
Expand Down

0 comments on commit 39b85a5

Please sign in to comment.