From ca7c0e5644671b075da78c3e2e0f43e8017d2a3e Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 25 Feb 2014 18:31:10 -0500 Subject: packaging --- .travis.yml | 14 ++++++++++++ dist.ini | 7 +++--- lib/ExtUtils/MakeMaker/Dist/Zilla/Develop.pm | 17 +++++++-------- weaver.ini | 32 ---------------------------- 4 files changed, 26 insertions(+), 44 deletions(-) create mode 100644 .travis.yml delete mode 100644 weaver.ini diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..655229f --- /dev/null +++ b/.travis.yml @@ -0,0 +1,14 @@ +language: perl +perl: + - "5.19" + - "5.18" + - "5.16" + - "5.14" + - "5.12" + - "5.10" +install: + - cpanm -q --notest Dist::Zilla || (cat /home/travis/.cpanm/build.log; false) + - dzil authordeps --missing | cpanm -q --notest || (cat /home/travis/.cpanm/build.log; false) + - dzil listdeps --author --missing | cpanm -q --notest || (cat /home/travis/.cpanm/build.log; false) +script: + - dzil test --all diff --git a/dist.ini b/dist.ini index 6fc9778..8ece5f6 100644 --- a/dist.ini +++ b/dist.ini @@ -1,10 +1,11 @@ name = ExtUtils-MakeMaker-Dist-Zilla-Develop -author = Jesse Luehrs +author = Jesse Luehrs license = Perl_5 copyright_holder = Jesse Luehrs [@DOY] +:version = 0.14 dist = ExtUtils-MakeMaker-Dist-Zilla-Develop +repository = github -[Prereqs] -ExtUtils::MakeMaker = 0 +[AutoPrereqs] diff --git a/lib/ExtUtils/MakeMaker/Dist/Zilla/Develop.pm b/lib/ExtUtils/MakeMaker/Dist/Zilla/Develop.pm index 4d4f01b..63475f5 100644 --- a/lib/ExtUtils/MakeMaker/Dist/Zilla/Develop.pm +++ b/lib/ExtUtils/MakeMaker/Dist/Zilla/Develop.pm @@ -118,9 +118,8 @@ EOF No known bugs. -Please report any bugs through RT: email -C, or browse to -L. +Please report any bugs to GitHub Issues at +L. =head1 SEE ALSO @@ -138,21 +137,21 @@ You can also look for information at: =over 4 -=item * AnnoCPAN: Annotated CPAN documentation +=item * MetaCPAN -L +L -=item * CPAN Ratings +=item * Github -L +L =item * RT: CPAN's request tracker L -=item * Search CPAN +=item * CPAN Ratings -L +L =back diff --git a/weaver.ini b/weaver.ini deleted file mode 100644 index 498b331..0000000 --- a/weaver.ini +++ /dev/null @@ -1,32 +0,0 @@ -[@CorePrep] - -[Name] -[Version] - -[Region / prelude] - -[Generic / SYNOPSIS] -[Generic / DESCRIPTION] -[Generic / OVERVIEW] - -[Collect / ATTRIBUTES] -command = attr - -[Collect / METHODS] -command = method - -[Collect / FUNCTIONS] -command = func - -[Leftovers] - -[Region / postlude] - -[Generic / BUGS] - -[SeeAlso] - -[Generic / SUPPORT] - -[Authors] -[Legal] -- cgit v1.2.3-54-g00ecf