summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-02-25 18:31:10 -0500
committerJesse Luehrs <doy@tozt.net>2014-02-25 18:31:10 -0500
commitca7c0e5644671b075da78c3e2e0f43e8017d2a3e (patch)
tree8372e550f3500bc4169c23dc8d9701d3be17e640
parente0f9dfc5191b86483dd2ecb4b06d357c29c4e4dc (diff)
downloadextutils-makemaker-dist-zilla-develop-ca7c0e5644671b075da78c3e2e0f43e8017d2a3e.tar.gz
extutils-makemaker-dist-zilla-develop-ca7c0e5644671b075da78c3e2e0f43e8017d2a3e.zip
packaging
-rw-r--r--.travis.yml14
-rw-r--r--dist.ini7
-rw-r--r--lib/ExtUtils/MakeMaker/Dist/Zilla/Develop.pm17
-rw-r--r--weaver.ini32
4 files changed, 26 insertions, 44 deletions
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 <doy at tozt dot net>
+author = Jesse Luehrs <doy@tozt.net>
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<bug-extutils-makemaker-dist-zilla-develop at rt.cpan.org>, or browse to
-L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=ExtUtils-MakeMaker-Dist-Zilla-Develop>.
+Please report any bugs to GitHub Issues at
+L<https://github.com/doy/extutils-makemaker-dist-zilla-develop/issues>.
=head1 SEE ALSO
@@ -138,21 +137,21 @@ You can also look for information at:
=over 4
-=item * AnnoCPAN: Annotated CPAN documentation
+=item * MetaCPAN
-L<http://annocpan.org/dist/ExtUtils-MakeMaker-Dist-Zilla-Develop>
+L<https://metacpan.org/release/ExtUtils-MakeMaker-Dist-Zilla-Develop>
-=item * CPAN Ratings
+=item * Github
-L<http://cpanratings.perl.org/d/ExtUtils-MakeMaker-Dist-Zilla-Develop>
+L<https://github.com/doy/extutils-makemaker-dist-zilla-develop>
=item * RT: CPAN's request tracker
L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=ExtUtils-MakeMaker-Dist-Zilla-Develop>
-=item * Search CPAN
+=item * CPAN Ratings
-L<http://search.cpan.org/dist/ExtUtils-MakeMaker-Dist-Zilla-Develop>
+L<http://cpanratings.perl.org/d/ExtUtils-MakeMaker-Dist-Zilla-Develop>
=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]