convert to my plugin bundle
Karen Etheridge [Mon, 3 Feb 2014 03:57:41 +0000 (19:57 -0800)]
MANIFEST.SKIP [deleted file]
dist.ini
lib/Test/MooseX/Daemonize.pm

diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP
deleted file mode 100644 (file)
index 63ea374..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-^_build
-^Build$
-^blib
-~$
-\.bak$
-CVS
-\.svn
-\.git
-\.DS_Store
-cover_db
-\..*\.sw.?$
-^Makefile$
-^pm_to_blib$
-^MakeMaker-\d
-^blibdirs$
-\.old$
-^#.*#$
-^\.#
-^TODO$
-^PLANS$
-^benchmarks
-^\._.*$
-IDEAS
-examples
-lab
\ No newline at end of file
index bcd250a..93c2c36 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -3,88 +3,26 @@ author      = Chris Prather <chris@prather.org>
 copyright_holder = Chris Prather
 license     = Perl_5
 
-[@Filter]
--bundle = @Basic
--remove = ConfirmRelease
+[PodVersion]
 
-[Git::NextVersion]
+[@Author::ETHER]
+repository = gitmo
+Authority.authority = cpan:PERIGRIN
+-remove = PodWeaver             ; TODO
+-remove = Test::PodSpelling     ; TODO
+Test::MinimumVersion.max_target_perl = 5.008003
 
-[Authority]
-authority = cpan:PERIGRIN
-
-[Prereqs / RuntimeRequires]
-Moose                      = 0.33
-MooseX::Getopt             = 0.07
-MooseX::Types::Path::Class = 0
-File::Path                 = 2.08
-Sub::Exporter              = 0
-
-[Prereqs / TestRequires]
-Test::More  = 0.88
-Test::Fatal = 0
-Test::Moose = 0
-
-[MetaNoIndex]
-directory = t
-directory = examples
+[RemovePrereqs]
+remove = Test::MooseX::Daemonize::Testable
 
 [MetaResources]
-bugtracker.web    = https://rt.cpan.org/Dist/Display.html?Name=MooseX-Daemonize
-bugtracker.mailto = bug-MooseX-Daemonize@rt.cpan.org
-; r/w: gitmo@git.moose.perl.org:MooseX-Daemonize.git
-repository.url    = git://git.moose.perl.org/MooseX-Daemonize.git
-repository.web    = http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo/MooseX-Daemonize.git;a=summary
-repository.type   = git
+x_IRC = irc://irc.perl.org/#moose
+x_MailingList = http://lists.perl.org/list/moose.html
 
-[MetaJSON]
-[MetaConfig]
 [ContributorsFromGit]
 
-[PkgVersion]
-
-[Test::Compile]
-bail_out_on_fail = 1
-
-[Test::CheckDeps]
-fatal = 1
-
-[NoTabsTests]
-[EOLTests]
-[MetaTests]
-[Test::CPAN::Changes]
-[Test::ChangesHasContent]
-[Test::Version]
-;[Test::UnusedVars]
-
-[PodSyntaxTests]
-[PodCoverageTests]
-;[Test::PodSpelling]    ; too many failures; I can't be bothered to add stopwords for them all right now
-
-[Test::MinimumVersion]
-:version = 2.000003
-max_target_perl = 5.008008
-
-[NextRelease]
-:version = 4.300018
-format = %-8V  %{yyyy-MM-dd HH:mm:ss ZZZZ}d
-
-[Git::Check]
-:version = 1.122460
-allow_dirty =
-
-[Git::Commit]
-allow_dirty = Changes
-commit_msg = %N-%v%t%n%n%c
-
-[Git::Tag]
-tag_format = v%v%t
-tag_message = v%v%t
-
-[Git::Push]
-
 ; must be after MakeMaker plugin
 [AssertOS]
+:version = 0.06
 os = -MSWin32
-
-; this is last so we perform all pre-release checks first
-[ConfirmRelease]
+bundle = 0
index 281fcd3..122c4d4 100644 (file)
@@ -2,8 +2,6 @@ use strict;
 use warnings;
 package Test::MooseX::Daemonize;
 
-our $AUTHORITY = 'cpan:PERIGRIN';
-
 # BEGIN CARGO CULTING
 use Sub::Exporter;
 use Test::Builder;
@@ -67,6 +65,7 @@ sub check_test_output {
 }
 
 package Test::MooseX::Daemonize::Testable;
+
 use Moose::Role;
 
 has test_output => (